The three dimensions of Clojure
It seems to me that there are three dimensions of working with Clojure.
#The elegance The first, and most obvious dimension is the elegance in the language itself. It is such a pleasure working in a language which lets you do suff like:
It’s just like little pieces of functionality waiting to be put together. Like Lego.
#The higher order
This is where I’m at right now. I’ve just started to realize what powers lie in comp
and partial
.
What follows is a contrived example, but think it through:
#The concepts But maybe the most facinating thing about Clojure is the thoughts of Rich Hickey. It’s so cool that he’s identified these problems in programming and then set out to solve them by creating this language. And listening to his talks, like this one, on value, identity state is just awesome.