Re: Exception message in read-string - Clojure vs ClojureScript

2012-08-16 Thread Shantanu Kumar
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-

Re: Exception message in read-string - Clojure vs ClojureScript

2012-08-16 Thread David Nolen
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

Exception message in read-string - Clojure vs ClojureScript

2012-08-15 Thread Shantanu Kumar
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?