Printing and reading a function

2009-06-25 Thread Jurjen
I've been trying to do some generic work on serializing clojure objects, and am much impressed with how easy and functional it is, as well as how easy it is to extend this to other objects (eg Java classes). However, I seem to come a little unstuck when it comes to functions / closures. I realise

Re: Save current namespace like a Smalltalk image

2009-07-08 Thread Jurjen
f-all-repls comes close, but is not pure clojure or JVM. Jurjen On Jul 8, 8:13 pm, Robert Campbell wrote: > Hello, > > Sometimes I have pretty long REPL sessions where I'm trying to flesh > out some ideas. When I close my instance of Clojure Box (Emacs based) > I lose all the d

Re: Save current namespace like a Smalltalk image

2009-07-08 Thread Jurjen
functional, I'll submit it to clojure.contrib, but for now that's about all I use. Jurjen On Jul 8, 11:46 pm, Robert Campbell wrote: > Hi Jurjen, > > That wrapper for defn is something I was looking for in another post; > I previously asked how I can inspect the def