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
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
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