summaryrefslogtreecommitdiff
path: root/src/jvm/clojure/lang/Repl.java
AgeCommit message (Expand)Author
2008-04-19refactor to remove static init cycle between RT and Compiler, in order to run...Rich Hickey
2008-03-24made Repl load files in user ns, changed Repl to serve as better example of h...Rich Hickey
2008-03-20got rid of input purge on exceptionRich Hickey
2008-03-17switched to readLine on input purge in Repl exception handlerRich Hickey
2008-03-16added newline on EOFRich Hickey
2008-03-14added System.exit callRich Hickey
2008-03-12prevent nested #()s, dump input stream on repl exception, put cause message f...Rich Hickey
2008-02-18command line args can follow '--', in Repl and ScriptRich Hickey
2008-02-05moved boot.clj load to RT.init()Rich Hickey
2008-01-25interim checkin - do not useRich Hickey
2008-01-24interim checkin - do not useRich Hickey
2008-01-23interim checkin, do not useRich Hickey
2008-01-06added *warn-on-reflection*Rich Hickey
2007-10-18added Repl and ScriptRich Hickey