read


read
or learn more

pesto5: A concatenative programming library in 5 lines of Clojure

Jan 6, 2013 some comments

Concatenative styles are making the rounds lately including some interesting examples in Clojure and Haskell. Now I’m perpetually drawn to concatenative languages and their ideas, so I wanted to know what it would take to provide a minimally representative concatenative experience in Clojure.1 As it turns out… not much: (defn postfix [& e] (reduce #(if […]

The long-lost art of thoughtfulness in blogging

Mar 27, 2011 some comments

Whether this blog qualifies as a thoughtful blog is debatable, however in my time I’m come across great examples of blogs that strive to further the quality of online discourse.1 The following are not always technical in nature, but they will teach you much regardless. in no particular order. totally dead (even if bitching) blogs […]

Continue