aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-12-27revert accidental checkin of repl_ln.cljscgilardi
2008-12-27test-clojure: add sequences tests from Frantisek Sodomkascgilardi
2008-12-23test_clojure/evaluation.clj: expect CompilerException on (eval '(1 2 3))Stuart Sierra
2008-12-23test_clojure/evaluation.clj: fix for ArrayMap literals & (eval '(1 2 3))Stuart Sierra
2008-12-23duck_streams.clj: added 'pwd'Stuart Sierra
2008-12-23fcase.clj: added note that clojure.core/condp now supplants fcaseStuart Sierra
2008-12-23condp.clj renamed to condt.clj (t for template) since clojure.core has its ↵Stuart Sierra
own condp now
2008-12-22test_is.clj: added "set-test" (experimental)Stuart Sierra
2008-12-22test_clojure: fix evaluation.clj so it compiles, add back to test_clojure.cljStuart Sierra
* Note:"Collections" at evaluation.clj line 194 fails, I think because the compiler is optimized to use ArrayMaps for small maps.
2008-12-19walk.clj: fixed missing 'if' in 'walk'Stuart Sierra
2008-12-19duck_streams.clj: move 'file' to top so it compilesStuart Sierra
2008-12-19duck_streams.clj: rewrote w/ multimethods, added slurp*, file, & read-linesStuart Sierra
2008-12-19tweaked to match latest test-isStuart Halloway
evaluation.clj not being run (fails to load)
2008-12-17test_is.clj: deftests are functions, tests are composable, source line in ↵Stuart Sierra
failure report
2008-12-17numbers.clj: replace use of (all-true ...) with (are _ ...)Stuart Sierra
2008-12-17test_clojure/for.clj: fix typo ("is" should be "if")Stuart Sierra
2008-12-16seq_utils.clj: fixed flatten to return nil for nilStuart Sierra
See discussion at http://groups.google.com/group/clojure/browse_thread/thread/966bd0d4bb18a4a2
2008-12-16moved to EPLChristophe Grand
2008-12-16test_is.clj: fix to catch exceptions outside of "is" assertions.Stuart Sierra
Thanks to Allen Rohner for report.
2008-12-16template.clj: fixed missing chunk in template macroStuart Sierra
2008-12-16update my contribs to Eclipse Public License as requestedscgilardi
2008-12-16Remove conflicts between clojure.core and clojure.contrib.gen-interfaceChouser
2008-12-15test_is.clj: changed "are" to use template expressionsStuart Sierra
2008-12-15template.clj: added apply-template and do-templateStuart Sierra
2008-12-15Stuart Sierra: Moved libs I wrote to Eclipse Public License 1.0Stuart Sierra
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