I ran into few issues with compiling ClojureScript sources:

1. ns macro doesn't support docstring; found
http://dev.clojure.org/jira/browse/CLJS-86

2. ns macro doesn't support :import (required for defprotocol, defrecord)

3. `binding` doesn't seem to work with vars in :require'd namespaces

I can live with #1 and to an extent with #2, however, #3 seems to be a
tough one. Will ClojureScript eventually support binding of vars in
:require'd namespaces? (I know ClojureScript doesn't have true vars, but I
thought the user-experience should be the same as Clojure.)

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