James Reeves <[email protected]> writes:

> 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

1 and 2 are the same with Maven, so it's just:

1. Install
 and
2. Run

which I believe is as few steps as you can really make it.

-Phil

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

Reply via email to