December 2009
28 posts
Secret language →
I am not a fan of Spolsky, but I have to say he accurately describes the insular culture of Microsoft in this article.
http://www.st.cs.uni-saarland.de/edu/seminare/2005/... →
A really interesting way to functionally walk through trees.
The Elves Leave Middle Earth – Soda’s Are No... →
1. Ace metaphor.
2. I know how this feels.
Mac OS Evolution: from System 1.0 to Snow Leopard... →
changes.txt at... →
Changes to Clojure for the 1.1 release. Some good stuff in here.
Widefinder 2 with Clojure →
Holy crap, Clojure can be made fast.
Bill Clementson's Blog: Clojure Blogs | Yahoo... →
Toby using Square to buy Sightglass on Vimeo (via My Vimeo)
And the receipt emailed to us:
4 tags
Short Chat Server in Clojure
After seeing a neat little demo of a chat server in node.js, I wondered exactly what it’d look like to try and do something similar in my latest linguistic fling, Clojure. I was surprised at how quickly I could code it up (all in all, about 2 hours with numerous interruptions) and how simple it actually was.
First the code, then I’ll talk about it a bit:
So in 75 lines we have a...
Erlang Community - Gen event behavior demystified →
A rare example of an alarm_handler in action. Honestly, it’s good to have because the docs are so poor.