Re: Saving runtime clojure image

2010-07-17 Thread atreyu
and serialized continuations ? could they be used to save a "image" of a moment of a execution to return to it lately? -- 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 Note that posts from n

Re: Saving runtime clojure image

2010-07-16 Thread Laurent PETIT
Not provided by the underlying platform, the JVM. But one could consider recording your interactions with the REPL, and having an option to replay them at startup. With time, your REPL will start slower and slower and slower though. And even with an "history replay" feature, there will be tim

Saving runtime clojure image

2010-07-16 Thread Jozef Wagner
Hi, I've read in some old discussion ( http://groups.google.com/group/clojure/browse_thread/thread/5259280f2fd8c8a5/ ) that "Clojure cannot save a runtime image the way SBCL and other Lisps can." Is this still true or is it possible to save-lisp-and-die? If not, are there plans for such functiona