On Thu, Feb 23, 2012 at 2:41 PM, kovas boguta <[email protected]> wrote: > In general the way repl's handle state is pretty busted. > > Ever create a piece of data and then later wonder, how the heck did I make > this?
One simple thing would be if the repl logged sessions to sequentially-numbered files. You'd be able to do a lot with just grep and a text editor to retrace your steps, and even to distill repl experiments down into .clj source files. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
