summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-12-11made apply work with any collection as last argRich Hickey
2007-12-11interim checkinRich Hickey
2007-12-10fixed reduce parameter reorderingRich Hickey
2007-12-10added with-openRich 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
exist, :t on successful load
2007-12-06Made ASeq SequentialRich Hickey
2007-12-06added StringSeqRich Hickey
2007-12-06fixed bug in let generating multiple 'this' localsRich Hickey
2007-12-03fixed bug in concat with empty collsRich Hickey
2007-12-03made executor publicRich Hickey
2007-12-03agentsRich Hickey
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 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