Age | Commit message (Collapse) | Author |
|
fixed supers, which didn't trace interfaces
|
|
#=(classname. "toString() result")
changed #'x back to (var x) always
#=(var x) print/read support
|
|
|
|
#=classname
#=(classname. ctor-args*)
#=(classname/staticMethod args*)
#=(varname args*)
and calls with _unevaluated_ args
|
|
|
|
added print support for java.util.Map/List
print classes readably with ##
|
|
|
|
|
|
|
|
|
|
unified equality and hashCode semantics for sets/maps/lists with java.util
enabled sort on all colls and strings
enabled to-array on Maps
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
prefer-method print-method IPersistentList over ISeq
|
|
|
|
built on contribution from Erik Soehnel
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Patch from Stephen C. Gilardi
|
|
|
|
the same resource is pending in the same thread
patch from Stephen C. Gilardi
|
|
added clojure/load-string
renamed clojure/load-resources to clojure/load
fixed up doc strings accordingly
patch from Stephen C. Gilardi
|
|
|
|
moved to ns for inspector/parallel/set/xml/zip
|
|
|
|
|
|
|
|
|