summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-12-16first cut PersistentStructMapRich Hickey
2007-12-14added ASMRich Hickey
2007-12-14added non-reflective static field read compilationRich Hickey
2007-12-14removed reflective static class pseudo-fieldRich Hickey
2007-12-13added bit ops from Toralf WittnerRich Hickey
2007-12-13added min and maxRich Hickey
2007-12-13made math ops loopsRich Hickey
2007-12-13added macroexpand-1 and macroexpandRich Hickey
2007-12-13added identical?Rich Hickey
2007-12-13added tryRich Hickey
2007-12-13added tryRich Hickey
2007-12-13fixed equals sequentialRich Hickey
2007-12-12thread pool tweakingRich Hickey
2007-12-12added merge-with await await-for scan touchRich Hickey
2007-12-12optimized withMetaRich Hickey
2007-12-11lock-free agentsRich Hickey
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