Re: Example Server in Clojure

2009-04-29 Thread Chris McClellen
Thanks for the replies so far. Phil, I'll look into mire - I like that it is broken into steps to show the progression. Laurent - Thanks for the info I'll put that change in tonight when I'm out from behind this firewall. On Apr 29, 12:25 pm, Phil Hagelberg wrote: > Chris McClellen writes: >

Re: Example Server in Clojure

2009-04-29 Thread Phil Hagelberg
Chris McClellen writes: > I ended up writing a chat server in clojure, thats weighs in at about > 189 lines of code (not counting comments and blank lines). I am > fairly new to clojure so I was hoping people could take a look at it > and give constructive comments about what I did right and wh

Re: Example Server in Clojure

2009-04-29 Thread Laurent PETIT
nt to reload that particular file HTH, -- Laurent 2009/4/29 Chris McClellen : > > > I wanted to write an example server in clojure to show some folks at > the office what a full from the ground up application might look like > in clojure.  I wanted a non-trivial example, but not o

Re: Example Server in Clojure

2009-04-29 Thread tmountain
lellen wrote: > I wanted to write an example server in clojure to show some folks at > the office what a full from the ground up application might look like > in clojure.  I wanted a non-trivial example, but not one so complex > that a new clojure user wouldn't understand it.  I h

Example Server in Clojure

2009-04-29 Thread Chris McClellen
I wanted to write an example server in clojure to show some folks at the office what a full from the ground up application might look like in clojure. I wanted a non-trivial example, but not one so complex that a new clojure user wouldn't understand it. I had ported some decent algorith