Re: [ANN] dj 0.1.0 released

2011-10-14 Thread Brent Millare
In master, I added clojurescript support. Note: the clojurescript bootstrap scripts require curl, make sure you have that before installing. dj cljs install installs clojurescript to dj/usr/src/ dj cljs repl starts a cljs repl -- You received this message because you are subscribed to the Go

Re: [ANN] dj 0.1.0 released

2011-10-13 Thread Brent Millare
0.2.0 Released Made a new API namespace called "dj" Now all the utilities I think users would typically need are in this namespace. This also allowed me to clean up the core code since it doesn't cater to the users anymore. The functions currently are: get-classpaths get-current-classloader -

Re: [ANN] dj 0.1.0 released

2011-10-12 Thread Daniel Jomphe
I'll add this context: https://github.com/bmillare/dj "dj takes the cacaphony of java, git, clojure, and build tools and mixes it into something harmonious." In a nutshell, dj is an attempt to make a clojure distribution. Like leiningen and maven, dj resolves dependencies, however, dj tries to

[ANN] dj 0.1.0 released

2011-10-12 Thread Brent Millare
I've been using dj for a while for personal use but I never put a version on it. Hopefully doing this from now on I might get more useful feedback. git://github.com/bmillare/dj.git Main changes are: * Runtime altering classpath * Runtime dependency resolution * Runtime reloading of select class