Hi,

I'd like to bundle a collection of (JSON) datafiles with a Clojure
project source tree so that Clojure functions can reliably find and
open those datafiles.

What's the idiomatic way of going about this?  In the past with other
languages I've used tricks like Ruby's ".dirname(__FILE__)/..."
construct but this kind of approach doesn't seem a good fit for
Clojure or for the JVM facilities it provides.

Can anyone point to a Clojure project that does this well?

Thanks,

Stu

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