On Apr 1, 2009, at 16:42, Victor Rodriguez wrote: > You might be interested in taking a look at nailgun: > http://www.martiansoftware.com/nailgun/index.html.
I had tried nailgun a while ago, and still use it from time to time, but I found that for code development it has a significant disadvantage: since the loaded classes stay in memory, I can't start with a clean copy of Clojure without restarting the server first. Even the namespace "user" conserves all its definitions between invocations. This may well be a feature for some, but for testing code, I'd very much prefer to have a fresh instance of Clojure. I haven't tried Christian's Clojure-specific server yet, but if it solves that problem, I'll probably adopt it. Konrad. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---