summaryrefslogtreecommitdiff
path: root/src/jvm
AgeCommit message (Expand)Author
2007-12-11interim checkinRich Hickey
2007-12-10made 3 arg get work with vectorsRich Hickey
2007-12-10made nth throw on unsupported typesRich Hickey
2007-12-10changed param order on reduce with seed val, added sort, sort-by and line-seqRich Hickey
2007-12-09AFn implements ComparatorRich Hickey
2007-12-08fixed seq on StringRich Hickey
2007-12-07disallow let of qualified nameRich Hickey
2007-12-07all map entries implement Map.Entry, added key and val functions on Map.EntriesRich Hickey
2007-12-07added (get map key not-found-val) supportRich Hickey
2007-12-07load-file returns value of last expressionRich Hickey
2007-12-07load returns value of last expression, loadFile returns nil if file does not ...Rich Hickey
2007-12-06Made ASeq SequentialRich Hickey
2007-12-06added StringSeqRich Hickey
2007-12-06fixed bug in let generating multiple 'this' localsRich Hickey
2007-12-03made executor publicRich Hickey
2007-12-03agentsRich Hickey
2007-12-03interim checkinRich Hickey
2007-12-03interim checkinRich 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-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-30Limited exception wrappers to one levelRich Hickey
2007-10-29array functions, changed primitive return boxing to use Integer, Long etc ins...Rich Hickey
2007-10-27rename new-proxy to implement, rename .-> to doto, rename dolist to doseq, ad...Rich Hickey
2007-10-22added handling of public methods of non-public classes with call via interfac...Rich Hickey
2007-10-21added handling of public methods of non-public classes with call via interfac...Rich Hickey
2007-10-21added readRich 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-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