This Window: Close It

Filed under: clojure programming 
Filed under: clojure java lisp net 

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:

Read More