Hello, Is there a way to do a loss free print/read loop in clojure?! I know that data structures like maps, vectors, .. maybe printed and read without the loss of information but it does not work for functions. Does clojure provide a the possibility to retrieve the data structure that represents a function?! Something like javascript's "toSource" or smalltalk's "decompile" method?! I saw that you might retrieve a function's string representation via a clojure.contrib.repl-utils function, but it requires the function to be available in a source file - it won't work with an anonymous function
Thank you -- 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