|
|
|
|
|
by beders
222 days ago
|
|
The Clojure (or any Lisp) journey is very different, not because of the language per se, but because of the developer experience. In Clojure, there's no appreciable compilation time.
During my work week I barely, if ever, restart the application I'm working on: I'm working inside of it via a REPL connection. It's an entirely different ball game and if you just compare language features you are missing out on an incredible interactive coding experience. |
|