summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-12-03interim checkinRich Hickey
2007-12-03interim checkinRich Hickey
2007-12-02made list* require at least 1 argRich Hickey
2007-12-02new Ref system, (list) returns ()Rich Hickey
2007-12-02interim checkinRich Hickey
2007-12-02renamed Actor to IRefRich Hickey
2007-12-02renamed IRef to RefRich Hickey
2007-12-02renamed Ref to TRefRich Hickey
2007-12-02interim checkinRich Hickey
2007-12-02added quot remRich Hickey
2007-11-30added char coercion function, removed implicit Number conversion to CharacterRich Hickey
2007-11-30made boxing consistent for all Numbers, not just NumsRich Hickey
2007-11-29added *print-meta*, defaults to nilRich Hickey
2007-11-29fixed unbox Character code genRich Hickey
2007-11-29fixed bug in concat when passed one collection not returning seqRich Hickey
2007-11-28fixed def at top-level eval contextRich Hickey
2007-11-26actor systemRich Hickey
2007-11-21added primitive matching for Num types, added better error message on no matchRich Hickey
2007-11-18actor systemRich Hickey
2007-11-18made inc dec et al coerce to NumRich Hickey
2007-11-18interim checkin, actorsRich Hickey
2007-10-30added (non-definitive) ant and maven build scriptsRich Hickey
2007-10-30added make-arrayRich Hickey
2007-10-30Limited exception wrappers to one levelRich Hickey
2007-10-29array functions, changed primitive return boxing to use Integer, Long etc ↵Rich Hickey
instead of Num
2007-10-28added java primitive wrapper conversion functions int long etcRich Hickey
2007-10-28added pmap, made doseq return seqRich Hickey
2007-10-27rename new-proxy to implement, rename .-> to doto, rename dolist to doseq, ↵Rich Hickey
added into, memfn, fnseq. Made FnSeq not use Delay
2007-10-22added handling of public methods of non-public classes with call via ↵Rich Hickey
interface method, or failing that, public superclass method
2007-10-21added handling of public methods of non-public classes with call via ↵Rich Hickey
interface method
2007-10-21added readRich Hickey
2007-10-20added rangeRich Hickey
2007-10-20MultimethodsRich Hickey
2007-10-20commuteRootRich Hickey
2007-10-20renamed PolyFn to MultiFn, made dispatch on entire arglist, added defaultFnRich Hickey
2007-10-20made non-inheritable thread local, added commuteRoot, sync on root setsRich Hickey
2007-10-19made any form not explicitly handled by the compiler self-quotingRich Hickey
2007-10-18added Repl and ScriptRich Hickey
2007-10-18fixed bug in iterateRich Hickey
2007-10-18made collections implement java.util.Collection read-only interfaceRich Hickey
2007-10-18commented out unused asm importsRich Hickey
2007-10-18fixed bug in do at top-levelRich Hickey
2007-10-18added dotimes, time macrosRich Hickey
2007-10-16added new-proxyRich Hickey
2007-10-14swapped :t for tRich Hickey
2007-10-08interim checkinRich Hickey
2007-10-07initial proxy support, simple printRich Hickey
2007-10-01doc updateRich Hickey
2007-10-01doc updateRich Hickey
2007-09-30def and refer conflict checking, uninternRich Hickey