Hacker News new | ask | show | jobs
by lhjn 2000 days ago
Lists are mutable in CL
1 comments

That would be another thing then where the two Lisps are very far apart, and Python is closer to one of them.

Lists are not mutable in Clojure, they are “technically mutable” in R6RS Scheme, but it requires opening up a specific module that many Scheme implementations do not even provide unless compiled with specific flags.