Hi, I have a problem with read-string in Clojurescript. Reading keywords starting with a number will fail:
(cljs.reader/read-string ":123") (cljs.reader/read-string ":1abc") Both will return following error: "Uncaught TypeError: Cannot read property '0' of null" I think this is a bug. Any suggestions? Cheers, Jens -- 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
