On Oct 20, 8:50 pm, Phil Hagelberg <[email protected]> wrote: > I don't think it belongs in the runtime code at all. Just put a > project.clj file in the top-level of your project, run a shell command > to import your dependencies into your project, and then use a default > project classpath that knows where the dependencies should exist.
This works, but Capra is better :) Rather than: 1. Download dependencies 2. Put dependencies into classpath 3. Run script Capra reduces that to: 1. Run script - James --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
