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.reader/read-string` is probably intended to 
parse EDN representation only -- it's no coincidence that S-expressions 
(without anonymous fn shortcuts) happen to be just valid EDN 
representation. I think I am having an Aha! moment. :-)

Shantanu

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to