aboutsummaryrefslogtreecommitdiff
path: root/src/clojure
AgeCommit message (Collapse)Author
2008-12-15condp.clj: a version of condp using templatesStuart Sierra
2008-12-15template.clj: added new lib, pre-evaluated template functionsStuart Sierra
2008-12-15walk.clj: replaced 'walk' with 'prewalk' and 'postwalk'Stuart Sierra
2008-12-15Switch my libs to EPLChouser
2008-12-15Add entity escaping to lazy-xml/emitChouser
2008-12-13Removed two more old namespace-is-directory files.Stuart Sierra
2008-12-13Removed old namespace-is-directory files.Stuart Sierra
2008-12-13Fix specific-method 'show'Chouser
2008-12-13Improve 'show' -- better sorting, more info on class and methods.Chouser
2008-12-13Add repl-utils with 'show' and 'source'.Chouser
2008-12-13Add tests of 'for' with :when/:while on same binding form.Chouser
2008-12-13Add baseline tests for clojure.core/forChouser
2008-12-12seq_utils.clj: fixed misplaced doc strings (report by Perry Trolard)Stuart Sierra
2008-12-11retiring clojure.contrib.pred as most of the important predicates are now ↵scgilardi
part of clojure.core
2008-12-11retiring clojure.contrib.memoize as memoize is now part of clojure.corescgilardi
2008-12-11seq_utils.clj: added "frequencies"Stuart Sierra
Adapted from various versions posted at http://groups.google.com/group/clojure/browse_thread/thread/256cbf2a0ae6a27a
2008-12-10repl_ln: handle leading -i and --init args like clojure.mainscgilardi
2008-12-09walk.clj: added new lib, a generic tree walker/transformerStuart Sierra
2008-12-07applied Stuart Sierra's patch to add support for other local or remote javadocsChristophe Grand
2008-12-07test_is.clj: added doc string for test-varStuart Sierra
2008-12-07test_is.clj: first major rewrite; better reporting hooksStuart Sierra
2008-12-05fcase.clj: fixed private symbol used by in-case (report by T. Roussanov)Stuart Sierra
2008-12-05repl-ln: fix typo in comments and don't claim to inherit private info from ↵scgilardi
parent
2008-12-05repl-ln: print Clojure greeting if launched as mainscgilardi
2008-12-05test-clojure: evaluation tests from J. McConnellscgilardi
2008-12-05repl-ln: supports repl options, improved docsscgilardi
2008-12-05cond-let: breaking change, updated to the new binding syntax (a vector)scgilardi
2008-12-04memoize: change from ref to atom for cachescgilardi
2008-12-04fix do-prepared iteration, broke svn 258 accidental checkinscgilardi
2008-12-03javadoc.clj: update to new doto syntaxscgilardi
2008-12-03repl-ln: provide :gen-class, -main, patch from Meikel Brandmeyerscgilardi
2008-12-03trace.clj: fixed missing "#"Stuart Sierra
2008-12-03javalog.clj: deprecatedStuart Sierra
2008-12-03trace.clj: made trace a fn, indent deftracesStuart Sierra
* trace is now a function, not a macro (suggested by Stuart Halloway) * deftrace'd functions produce indented trace output * tracer function replaces *trace-out*
2008-12-03repl-ln: add missing require of clojure.mainscgilardi
2008-12-02repl-ln.clj: only set compiler line before a Lisp Reader readscgilardi
2008-12-02repl-ln.clj: improve ; comment behaviorscgilardi
2008-12-02Add repl_ln.clj, a repl that supports line numbersscgilardi
2008-12-01def: improve defalias fidelityscgilardi
2008-12-01remove deprecated init-once, add defonce-scgilardi
2008-12-01def: fix defalias to work with macrosscgilardi
2008-11-28except.clj: fix our-prefix in throwable for naming change from AOT compilationscgilardi
2008-11-28except.clj: guard against a ClassCastException if throwable is called directlyscgilardi
2008-11-27pred.clj: make macro? work againscgilardi
2008-11-24except.clj: remove inaccurate note about assertscgilardi
2008-11-23Use 'declare' instead of 'def' for forward declaration.Chouser
2008-11-23test-clojure: remove import that's no longer usedscgilardi
2008-11-21ClojureScript: first deployment to demo siteChouser
2008-11-21Update lazy-xml for Clojure SVN 1111Chouser
2008-11-21Moving clojurescript toward deployment of repl demoChouser