|
|
|
|
|
by sbmassey
2488 days ago
|
|
I don't hate any language myself, only the codebases I have to deal with, but Clojure is very different from Javascript in its support for immutability, such that if you want to update values you have to use atoms, agents etc. This goes a long way towards making up for the lack of typing when trying to understand peoples code. Some people also find the lack of random syntactical noise in Lisp style syntax preferable. |
|