Moritz Ulrich <[email protected]> writes: > I think this would be a very nice extension for the repl - Saving the > forms for later-retrieval.
As precedent, the Common Lisp reader uses the +, ++, and +++ variables¹ to store the last three forms read. Footnotes: ¹ http://www.lispworks.com/documentation/HyperSpec/Body/v_pl_plp.htm -- Steven E. Harris -- 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
