Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
fixed refer-clojure doc
|
|
and the user requested a repl, patch from arohner
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
metadata map, patch from mb
|
|
|
|
|
|
|
|
|
|
|
|
fix RT.nth for Lists to use count only for RandomAccess
|
|
|
|
|
|
seqs/lists now implement List
|
|
|
|
|
|
|
|
Jarkko Oranen
|
|
Meikel Brandmeyer
|
|
|
|
|
|
|
|
made Range implement count()
|
|
|
|
|
|
don't gen stubs for package-private methods in gen-class and proxy (causes security violation in applets)
Made root classloader create-on-demand, so no DynamicClassLoader unless dynamic code (eval/load, non-AOT proxy)
AOT compiled applets should work
|
|
|
|
|
|
|
|
|