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