>
> Shell scripts have PATH, Java has CLASS_PATH, Python has PYTHONPATH, Ruby 
> has RUBYLIB, Node.js has NODE_PATH... it's annoying that there are so many 
> of them, but they exist for a reason: It's about as simple as it gets for 
> getting a piece of code for a given file name.
>

ClojureScript implicitly uses the CLASSPATH, by accessing source files as 
resources:

    
https://github.com/clojure/clojurescript/blob/master/src/clj/cljs/closure.clj#L576

Any cljs, js, externs, etc files that it needs can be anywhere in the 
CLASSPATH.

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