Re: clojure.contrib.repl-ln available

2008-12-03 Thread Dakshinamurthy Karra
I am using jline with contrib.repl and it is working pretty well. I use this command: java -classpath .:./jline-0.9.93.jar:classes:clojure/clojure.jar:clojure-contrib/clojure-contrib.jar jline.ConsoleRunner clojure.main -e "(use 'clojure.contrib.repl-ln)" -e "(repl)" --

Re: Serializing Clojure objects

2008-12-02 Thread Dakshinamurthy Karra
Don't forget XMLEncoder/XMLDecoder. They come in pretty handy when you want to serialize objects that (already) follow bean conventions. -- KD Dakshinamurthy Karra (blog: http://blog.marathontesting.com) (daily dose: http://twitter.com/marathontesting) On Tue, Dec 2, 2008 at 4:06 PM, Ta

Re: SVN or release?

2008-12-01 Thread Dakshinamurthy Karra
I am not sure pulling out whole of clojure is a good idea. Just pulling out trunk should suffice. If and when the tags and branches gets populated, this svn checkout will pull all of them. -- KD Dakshinamurthy Karra (blog: http://blog.marathontesting.com) (daily dose: http://twitter.com