Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-09 | add a warn-on-reflection option to clojure.lang.Compile, patch from cemerick | Rich Hickey | |
2009-02-09 | added #_ ignore form reader macro | Rich 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-14 | Moved to Eclipse Public License - see epl-v10.html or | Rich Hickey | |
http://opensource.org/licenses/eclipse-1.0.php | |||
2008-11-29 | enhancements to AOT/gen-class | Rich 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-26 | added clojure.main, patch from Stephen C. Gilardi | Rich Hickey | |