Arc Forumnew | comments | leaders | submitlogin
4 points by i4cu 1907 days ago | link | parent

For what it's worth, I found this comment hit home with me:

https://news.ycombinator.com/item?id=18842902

particularly:

"Looking at it differently: to "get" Clojure one has to understand that there is no silver bullet: no single revolutionary "feature". Instead, the gains come from tiny improvements all over the place: immutable data structures, good built-in library for dealing with them, core.async, transducers, spec, Clojurescript, not having to convert to JSON or XML on the way to the client, re-using the same code on server-side and client-side, and more."