summaryrefslogtreecommitdiff
path: root/src/jvm/clojure/lang/Compile.java
AgeCommit message (Collapse)Author
2009-06-22Rev fa3d2497 causes compile to fail on some VMs -- back it out. Refs #124Chouser
2009-06-20Add a call to Agent.shutdown() at the end of clojure.lang.Compile/main Refs #124Chas Emerick
Signed-off-by: Chouser <chouser@n01se.net>
2009-02-09add a warn-on-reflection option to clojure.lang.Compile, patch from cemerickRich Hickey
2009-02-09added #_ ignore form reader macroRich Hickey
added IDeref above IRef, made delays and futures implement IDeref renamed/moved IRef.get() -> IDeref.deref() deref/@ maps to IDeref/deref added future-calls and future implement pmap on future implement pcalls on pmap
2008-12-14Moved to Eclipse Public License - see epl-v10.html orRich Hickey
http://opensource.org/licenses/eclipse-1.0.php
2008-11-29enhancements to AOT/gen-classRich Hickey
AOT now only produces __init.class by default, load uses that class only must have at least (:gen-class) ns clause to create named class for ns gen-class can now be called stand-alone new options allow for control of mapping to implementing namespace, name of class, loading of implementing namespace, and method name prefix (doc ns) and (doc gen-class) and http://clojure.org/compilation for details
2008-11-26added clojure.main, patch from Stephen C. GilardiRich Hickey