Hacker News new | ask | show | jobs
by skwog 1545 days ago
Clojure data structures are immutable [1], core to its principles.

1 https://clojure.org/reference/data_structures

1 comments

Ah okay that’s cool then. I thought you were calling out some low level implementation detail of lisp I had overlooked. I’m trying to build a lisp as the intermediate of my new toy programming language. So I wanna get that right.
No it's a Clojure thing. Other lisps may vary.