summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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 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-09-30def and refer conflict checking, uninternRich Hickey
2007-09-30interim checkinRich Hickey
2007-09-30namespaces, import, referRich Hickey
2007-09-29interim checkinRich Hickey
2007-09-29interim checkinRich Hickey
2007-09-29interim checkinRich Hickey
2007-09-28interim checkinRich Hickey
2007-09-28lifted max positional arity limit on invokeExprRich Hickey
2007-09-28renamed curry to applRich Hickey
2007-09-27fixed order dependency on reverse/compRich Hickey
2007-09-27more functional libsRich Hickey
2007-09-25more functional fnsRich Hickey
2007-09-25map, filter, reduceRich Hickey
2007-09-22close file in loadFileRich Hickey
2007-09-22refactoring dumping unused classesRich Hickey
2007-09-22refactoring dumping unused classesRich Hickey
2007-09-22refactoring dumping unused classesRich Hickey
2007-09-22refactoring dumping unused classesRich Hickey