Chris McClellen <chris.mcclel...@gmail.com> 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 what I did > wrong.
Cool. I wrote a small multiplayer text adventure game to use as an example in the PeepCode screencast. [1] But the code is small and pretty understandable, so it might be interesting if you want to take a look at a fairly similar project. http://github.com/technomancy/mire I have it broken up into steps where each one builds on the last. Each step is stored as a separate git branch, so you can walk through the creation of the project as it occurred. Hope it's useful! Phil http://technomancy.us [1] - http://peepcode.com/products/functional-programming-with-clojure --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---