Thanks everyone involved for the 1.4 release. One issue: In 1.4, tagged literals need to be defined, otherwise the reader blows up:
user=> [:a #foo/bar :b] RuntimeException No reader function for tag foo/bar clojure.lang.LispReader$CtorReader.readTagged (LispReader.java:1164) RuntimeException Unmatched delimiter: ] clojure.lang.Util.runtimeException (Util.java:170) This is a show-stopper for using tagged literals as a data interchange format. Its impossible to pass data through your system without every step knowing about what it is. I don't know what the best solution is, so I'm bringing this up here. But however it looks, it would be great if undefined literals were read into some kind of wrapper, and then the reader could go on with its job. -- 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