2009/8/4 James Reeves <weavejes...@googlemail.com>: > > On Aug 4, 12:51 pm, Krešimir Šojat <kso...@gmail.com> wrote: >> In your project you would create standard ivy.xml and ivysettings.xml >> files as described on Ivy site. Download Ivy (and Ant jars if you will >> create or use Packagers). After that you can retrieve your >> dependencies from command line > > As Piyush mentions, Rubygems is a little more straightforward to use > than that. I'd like a package manager where it was not necessary to > create a project or write any XML files before use.
Don't other people mind all that XML that is related to Ant and Ivy and many Java projects? I'm not saying XML is categorically bad, it's just a pain to write and there are nicer alternatives available these days. Simply just using s-expressions would be more elegant, easier to write, and easier to parse from Clojure. (Note: I've been writing Ant macros for the past few weeks and I'm starting to develop a very serious case of XML allergy.) OTOH it seems like a waste of time to develop something from scratch if there already exists a perfectly good solution that could be tweaked a bit to work in a clojure context. > - James -- ! Lauri --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---