|
|
|
|
|
by i_s
3769 days ago
|
|
No one is maintaining state by constantly clobbering namespace level variables in Clojure, though. What actually comes into play are ways the language and standard library encourages passing data around and manipulating it, which in Clojure is as immutable as you'll find in any language. |
|
And the state of the Clojure REPL is as mutable and imperative as it gets, as my paste showed.