Age | Commit message (Collapse) | Author |
|
|
|
Signed-off-by: Chouser <chouser@n01se.net>
|
|
|
|
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
|
|
http://opensource.org/licenses/eclipse-1.0.php
|
|
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
|
|
|