87
I Use This!
Low Activity

Commits : Listings

Analyzed 6 days ago. based on code collected 6 days ago.
Mar 30, 2025 — Mar 30, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
more examples More... about 18 years ago
first cut at generic zipper More... about 18 years ago
added symbol support for ->, so (-> x :a) ==> (:a x) More... about 18 years ago
added RT.var() helper, made CLOJURE_NS and CURRENT_NS public More... about 18 years ago
fix for mixed content, extensible parse accepts parser fn More... about 18 years ago
completed docs More... about 18 years ago
allow use of not-yet-existing names qualified with current namespace when internNew More... about 18 years ago
get now returns nil on non-maps More... about 18 years ago
fixed access on helpers, contains? now returns false on non-maps More... about 18 years ago
avoid unread(-1) More... about 18 years ago
more docs More... about 18 years ago
more docs More... about 18 years ago
return false consistently on < <= > >= == More... about 18 years ago
defined dissoc for no keys More... about 18 years ago
fixed refer NPE on non-existent namespace More... about 18 years ago
command line args can follow '--', in Repl and Script More... about 18 years ago
print doc indicates macro status More... about 18 years ago
find-doc sorts names More... about 18 years ago
renamed scan to dorun, touch to doall, support for variadic assoc and dissoc More... about 18 years ago
more docs, added re-pattern, print-doc, find-doc More... about 18 years ago
more docs More... about 18 years ago
doc formatting More... about 18 years ago
more docs, doc macro More... about 18 years ago
started adding docs More... about 18 years ago
added anonymous fn reader syntax and arg literals More... about 18 years ago
added rand, rand-int and defn- More... about 18 years ago
changed prstr to pr-str in assert More... about 18 years ago
fixed self-call in defmulti macro More... about 18 years ago
renamed :sigs to :arglists, added pr*-str fns, with-out-str More... about 18 years ago
added re-find, re-matcher More... about 18 years ago