Clojure
Map results should be …
When we want to write code that operates on a data structure, it is common to initially implement it for a single item, and then make it more general. In functional languages like Clojure, I use the following pattern a lot, to execute a function on all items of a data structure (aka collection, or …
And the first conference …
Clojure is a very interesting programming language. If you haven't checked it yet, go ahead. Apart from being a pragmatic Lisp that offers easy Java interop, it also has a nice community. So far I haven't spent as much time on the language as I would like, but I'm planning to do that.
I was planning …
I was planning …