On Thursday, 22 May 2014 15:56:07 UTC-7, Andrew Chambers  wrote:
> asm.js doesnt make as much sense for compiling clojurescript for a few 
> reasons.
> 
> 1. it requires static knowledge of types to get most benefit. (emscripten 
> knows all primitive types)
> 2. it's better suited for pure numeric operations. I dont know if thats 
> really clojurescripts strong point.

It may not make sense to compile all ClojureScript code to asm.js, but there 
might be value in having a subset of the Clojure language available in which to 
conveniently target asm.js for parts of your code without having to write C++ 
and use a separate compilation environment.

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to