New user/request for code critique/Clojure is awesome

2009-11-13 Thread Ross Thomas
I'd say hi, and solicit opinions on my first "non- trivial" (that's a relative term ;)) Clojure program, a toy server which opens a listening socket and prints a message to each connecting client: ;;; (ns seq-server #^{:author "Ross Thomas "} (:import (java.net

Re: Clojure is two!

2009-11-03 Thread Ross Thomas
On Oct 19, 9:25 pm, ngocdaothanh wrote: > For most programming languages, I only need 2 books: an introduction > one and a cookbook one. +1 for a Clojure cookbook. The same combo for Perl was very effective for me. -Ross --~--~-~--~~~---~--~~ You received this m