Age | Commit message (Expand) | Author |
2007-12-11 | interim checkin | Rich Hickey |
2007-12-10 | made 3 arg get work with vectors | Rich Hickey |
2007-12-10 | made nth throw on unsupported types | Rich Hickey |
2007-12-10 | changed param order on reduce with seed val, added sort, sort-by and line-seq | Rich Hickey |
2007-12-09 | AFn implements Comparator | Rich Hickey |
2007-12-08 | fixed seq on String | Rich Hickey |
2007-12-07 | disallow let of qualified name | Rich Hickey |
2007-12-07 | all map entries implement Map.Entry, added key and val functions on Map.Entries | Rich Hickey |
2007-12-07 | added (get map key not-found-val) support | Rich Hickey |
2007-12-07 | load-file returns value of last expression | Rich Hickey |
2007-12-07 | load returns value of last expression, loadFile returns nil if file does not ... | Rich Hickey |
2007-12-06 | Made ASeq Sequential | Rich Hickey |
2007-12-06 | added StringSeq | Rich Hickey |
2007-12-06 | fixed bug in let generating multiple 'this' locals | Rich Hickey |
2007-12-03 | made executor public | Rich Hickey |
2007-12-03 | agents | Rich Hickey |
2007-12-03 | interim checkin | Rich Hickey |
2007-12-03 | interim checkin | Rich Hickey |
2007-12-02 | new Ref system, (list) returns () | Rich Hickey |
2007-12-02 | interim checkin | Rich Hickey |
2007-12-02 | renamed Actor to IRef | Rich Hickey |
2007-12-02 | renamed IRef to Ref | Rich Hickey |
2007-12-02 | renamed Ref to TRef | Rich Hickey |
2007-12-02 | interim checkin | Rich Hickey |
2007-12-02 | added quot rem | Rich Hickey |
2007-11-30 | added char coercion function, removed implicit Number conversion to Character | Rich Hickey |
2007-11-30 | made boxing consistent for all Numbers, not just Nums | Rich Hickey |
2007-11-29 | added *print-meta*, defaults to nil | Rich Hickey |
2007-11-29 | fixed unbox Character code gen | Rich Hickey |
2007-11-28 | fixed def at top-level eval context | Rich Hickey |
2007-11-26 | actor system | Rich Hickey |
2007-11-21 | added primitive matching for Num types, added better error message on no match | Rich Hickey |
2007-11-18 | actor system | Rich Hickey |
2007-11-18 | made inc dec et al coerce to Num | Rich Hickey |
2007-11-18 | interim checkin, actors | Rich Hickey |
2007-10-30 | Limited exception wrappers to one level | Rich Hickey |
2007-10-29 | array functions, changed primitive return boxing to use Integer, Long etc ins... | Rich Hickey |
2007-10-27 | rename new-proxy to implement, rename .-> to doto, rename dolist to doseq, ad... | Rich Hickey |
2007-10-22 | added handling of public methods of non-public classes with call via interfac... | Rich Hickey |
2007-10-21 | added handling of public methods of non-public classes with call via interfac... | Rich Hickey |
2007-10-21 | added read | Rich Hickey |
2007-10-20 | Multimethods | Rich Hickey |
2007-10-20 | commuteRoot | Rich Hickey |
2007-10-20 | renamed PolyFn to MultiFn, made dispatch on entire arglist, added defaultFn | Rich Hickey |
2007-10-20 | made non-inheritable thread local, added commuteRoot, sync on root sets | Rich Hickey |
2007-10-19 | made any form not explicitly handled by the compiler self-quoting | Rich Hickey |
2007-10-18 | added Repl and Script | Rich Hickey |
2007-10-18 | made collections implement java.util.Collection read-only interface | Rich Hickey |
2007-10-18 | commented out unused asm imports | Rich Hickey |
2007-10-18 | fixed bug in do at top-level | Rich Hickey |