The following fails for me:
(load-string
(format "(quote (%s))"
(nth (iterate #(format "%s%s" % %) "(1 2 3 4)") 13)))
java.lang.ClassFormatError: Unknown constant tag 32 in class file user/
eval__2485 (NO_SOURCE_FILE:0)
With 12 as the argument to nth, it works.
Alexander
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---