It's been a year and I'm still using dj and still developing for it.

git://github.com/bmillare/dj.git

Some recent additions:

* You can depend on clojure contrib github projects via:

:src-dependencies ["clojure/core.logic"]

All projects with "clojure/" prefixed to the name are considered to be
a contrib dependency.

* You can update projects, dj, and clojure, from within dj (a little
sugar is nice when deploying)

* You can run scripts in the context of a project with:

dj run <filename> [project-name]

Which is good for people that like swank or servers

Best,
Brent

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