index
:
clojure-contrib
1.0.x
1.1.x
1.2.x
amatus
clojure-1.0-compatible
gh-pages
master
maven
modules
new
Extensions and enhancements to the Clojure libraries. http://clojure.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
clojure
/
contrib
/
repl_ln.clj
Age
Commit message (
Expand
)
Author
2009-08-02
repl_ln: assoc! -> update to avoid conflict with new clojure assoc!
Steve Gilardi
2009-05-04
Lots 'o doc strings
Tom Faulhaber
2009-04-28
repl_ln: add clojure-version to default greeting
scgilardi
2009-02-11
adapt repl_ln.clj to new repl read hook in Clojure svn 1269
scgilardi
2009-01-04
repl_ln: support an optional --repl or -r command line arg before other args
scgilardi
2008-12-30
repl-ln: add stream-repl for convenient in, out, err stream overriding
scgilardi
2008-12-29
repl-ln: update/simplify for new clojure.main
scgilardi
2008-12-27
revert accidental checkin of repl_ln.clj
scgilardi
2008-12-27
test-clojure: add sequences tests from Frantisek Sodomka
scgilardi
2008-12-16
update my contribs to Eclipse Public License as requested
scgilardi
2008-12-10
repl_ln: handle leading -i and --init args like clojure.main
scgilardi
2008-12-05
repl-ln: fix typo in comments and don't claim to inherit private info from pa...
scgilardi
2008-12-05
repl-ln: print Clojure greeting if launched as main
scgilardi
2008-12-05
repl-ln: supports repl options, improved docs
scgilardi
2008-12-03
repl-ln: provide :gen-class, -main, patch from Meikel Brandmeyer
scgilardi
2008-12-03
repl-ln: add missing require of clojure.main
scgilardi
2008-12-02
repl-ln.clj: only set compiler line before a Lisp Reader read
scgilardi
2008-12-02
repl-ln.clj: improve ; comment behavior
scgilardi
2008-12-02
Add repl_ln.clj, a repl that supports line numbers
scgilardi