Re: read-string behavior in ClojureScript

2011-10-13 Thread David Nolen
Also fixed in master. On Tue, Oct 11, 2011 at 9:17 AM, David Nolen dnolen.li...@gmail.com wrote: Looks like a bug, ticket created - http://dev.clojure.org/jira/browse/CLJS-85 On Tue, Oct 11, 2011 at 2:16 AM, Praki praki.prak...@gmail.com wrote: In Clojure (read-string :a:b:c) returns

read-string behavior in ClojureScript

2011-10-11 Thread Praki
In Clojure (read-string :a:b:c) returns :a:b:c (a keyword with two embedded colons) whereas ClojureScript returns :a. In ClojureScript reading of a token ends at whitespace or a macro character (except ' and #). Is this difference deliberate or just an oversight and colon to be allowed to be part

Re: read-string behavior in ClojureScript

2011-10-11 Thread David Nolen
Looks like a bug, ticket created - http://dev.clojure.org/jira/browse/CLJS-85 On Tue, Oct 11, 2011 at 2:16 AM, Praki praki.prak...@gmail.com wrote: In Clojure (read-string :a:b:c) returns :a:b:c (a keyword with two embedded colons) whereas ClojureScript returns :a. In ClojureScript reading of