On Thursday, 16 August 2012 18:58:26 UTC+5:30, David Nolen wrote:
>
> On Thu, Aug 16, 2012 at 1:24 AM, Shantanu Kumar
> > wrote:
> > Hi,
> >
> > I encountered this when trying to run `read-string` on Clojure
> > (clojure.core) and ClojureScript (cljs.reader). I noticed when I run
> > (read-
On Thu, Aug 16, 2012 at 1:24 AM, Shantanu Kumar
wrote:
> Hi,
>
> I encountered this when trying to run `read-string` on Clojure
> (clojure.core) and ClojureScript (cljs.reader). I noticed when I run
> (read-string ""), I get the exception message "EOF while reading" on Clojure
> but on ClojureScri
Hi,
I encountered this when trying to run `read-string` on Clojure
(clojure.core) and ClojureScript (cljs.reader). I noticed when I
run (read-string ""), I get the exception message "EOF while reading" on
Clojure but on ClojureScript the message is just "EOF".
Should the messages be the same?