> Is it possible to use other JS or CLJSJS libs from within Planck?

Planck implements `cljs.js/*load-fn*` by looking for source in a directory you 
specify. Perhaps in the future it will also be able to load code from JARs.

So, for now, you'd need to un-JAR a lib and do `planck -s /path/to/lib-dir`

Loading JS should work just as in ClojureScript. Planck implements *load-fn* 
according to the rules specified here, which includes looking for JS files: 
https://github.com/clojure/clojurescript/blob/r1.7.28/src/main/cljs/cljs/js.cljs#L59

-- 
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