On Wed, Apr 25, 2012 at 3:02 PM, Evan Mezeske <emeze...@gmail.com> wrote:

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

This is true for external cljs libs - but I don't think that's how the
ClojureScript compiler works with files recursively discovered in the
cljs.clojure/build source path.

David

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