|
|
|
|
|
by knubie
1694 days ago
|
|
> Immutability is not as useful in a single-threaded event-loop like nodejs. Concurrency is not the only, or even primary, benefit of immutability in software. State and state management is the number one driver of complexity in software, and complexity itself is the number one problem that makes building software hard. [0] > For me, there was little value in using it over nodejs for single server CRUD apps with postgres. You can use clojure on nodejs with the value that clojure is a much, much better language than javascript. [0] http://curtclifton.net/papers/MoseleyMarks06a.pdf |
|
Sure Clojure is a better language but not better enough to justify the additional abstraction layer IMO.