This doesn't change that all objects are immutable. Its just the references that are mutable. Expressed differently: Clojure separates identity from data and both from behavior. Halunke separates identity from data and behavior, but keeps data and behavior together.
The text was updated successfully, but these errors were encountered:
Currently, you can't reassign references. The idea is to have reassignable references inspired by Clojure's Atoms:
This doesn't change that all objects are immutable. Its just the references that are mutable. Expressed differently: Clojure separates identity from data and both from behavior. Halunke separates identity from data and behavior, but keeps data and behavior together.
The text was updated successfully, but these errors were encountered: