#Clojure

Clojure performance considerations


One of the nice things about the clojure programming language is how flexible built-in functions are. Like python, clojure is not typed, so you can spend less time worrying about how your functions/methods handle types, and more thinking about the actual data that is being worked on. In this way, it is more of a ‘data-first’ kind of language.

Read more →

Clojure Flow - First Impressions


Clojure’s core async library recently added a namespace called ‘flow’.

Read more →