Age | Commit message (Collapse) | Author |
|
|
|
consumer in: new, static calls, class literals and import. Note import is now a macro (but tolerant of quotes for backwards compatibility)
|
|
from scgilardi
|
|
|
|
|
|
msg in condp, added stream?, support for streams in sequence, tweaks to Stream (streams still not for public use)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
state, added add-watch, remove-watch, redefined add-watcher in terms of add-watch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
implement stack/heap safe count in RT
stack-safe count in ASeq/Cons, patch from Chouser
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|