|
|
|
|
|
by Jeaye
880 days ago
|
|
Exactly as nlitened mentioned, Clojure has a few difference reference types, which are boxes that hold pointers to more immutable values. The values within those boxes can be changed transactionally. This allows for cyclical references. |
|