Re: `cljs.reader/read-string` on anonymous functions

2012-09-09 Thread Shantanu Kumar
On Friday, 7 September 2012 17:38:16 UTC+5:30, Moritz Ulrich wrote: > > This won't work, as ClojureScript doesn't includes a compiler in the > runtime. You can't eval ClojureScript code at runtime and you can't > read new anonymous functions in. > Thanks, Moritz. It's dawning on me that `cljs

Re: `cljs.reader/read-string` on anonymous functions

2012-09-07 Thread Moritz Ulrich
This won't work, as ClojureScript doesn't includes a compiler in the runtime. You can't eval ClojureScript code at runtime and you can't read new anonymous functions in. On Fri, Sep 7, 2012 at 9:18 AM, Shantanu Kumar wrote: > Hello, > > Anonymous functions with #() notation (example below) expand