index
:
clojure
1.0.x
1.1.x
1.2.x
20081217
20090320
applet
chunks
ensure
equal
equiv
gh-pages
lazy
master
new
num
par
prim
seqfns
streams
The Clojure programming language http://clojure.org
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2007-12-11
made apply work with any collection as last arg
Rich Hickey
2007-12-11
interim checkin
Rich Hickey
2007-12-10
fixed reduce parameter reordering
Rich Hickey
2007-12-10
added with-open
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
exist, :t on successful load
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
fixed bug in concat with empty colls
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
made list* require at least 1 arg
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-29
fixed bug in concat when passed one collection not returning seq
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
added make-array
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 ↵
Rich Hickey
instead of Num
2007-10-28
added java primitive wrapper conversion functions int long etc
Rich Hickey
2007-10-28
added pmap, made doseq return seq
Rich Hickey
2007-10-27
rename new-proxy to implement, rename .-> to doto, rename dolist to doseq, ↵
Rich Hickey
added into, memfn, fnseq. Made FnSeq not use Delay
2007-10-22
added handling of public methods of non-public classes with call via ↵
Rich Hickey
interface method, or failing that, public superclass method
2007-10-21
added handling of public methods of non-public classes with call via ↵
Rich Hickey
interface method
2007-10-21
added read
Rich Hickey
[prev]
[next]