Rich Morin <r...@cfcl.com> writes:
> On Oct 8, 2013, at 02:36, Phillip Lord wrote:
>> Except that the Clojure repl is not persistant; ...
>
>
> Although lein-exec allows re-use of Clojure scripts, it isn't
> much like a persistent REPL.  So, this seems like an obvious
> opportunity for improvement.
>
> I'd love to have a convenient way to save and return to REPL
> sessions, pass them along to others, etc.  One way to implement
> this would be to use (say) Git to store branches, commits, etc.


That wouldn't do the full job. R persistance saves *everything*
including state. So if you read a dataframe from a file, the dataframe
will be available next time even if the file is not.

The easiest way to persist this would probably be to pickle the entire
runtime and then load it again.

Phil

-- 
-- 
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 new members are moderated - please be patient with your 
first post.
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to