aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/clojure.rb
AgeCommit message (Collapse)Author
2010-01-16Updating clojure formula to work against version 1.1.0Jason Baker
2009-12-31Simplified Clojure formulaMax Howell
Just felt like it guv'n'r.
2009-10-19Don't ignore CLASSPATH in clj commanddbr
$CLOJURE was passed to java -classpath, which caused the $CLASSPATH ENV var to be ingored. This is needed for the clojure-contrib formula, and for using third-party classes, which is kind of useful..
2009-10-19Add --head repo for clojure formuladbr
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-10-12Improved clojure formula.dbr
Merged the clj_repl and clj commands into one clj command, which either invokes the REPL, or runs a script (similar to how the python command works). Moved the script to DATA, instead of inline
2009-09-28Added formula for clojure-1.0.0Luke Amdor