Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-30 | made Repl and Script public again | Rich Hickey | |
2008-12-29 | unified clojure.main, patch from Stephen C. Gilardi | Rich Hickey | |
2008-12-14 | Moved to Eclipse Public License - see epl-v10.html or | Rich Hickey | |
http://opensource.org/licenses/eclipse-1.0.php | |||
2008-11-10 | Interim checkin - DO NOT USE!! | Rich Hickey | |
Unless you are interested in helping test: AOT compiler! build and start Clojure with: -cp ./classes:./src/clj:clojure.jar try: (do (compile 'clojure.core) (compile 'clojure.set) (compile 'clojure.xml) (compile 'clojure.zip)) restart Clojure - faster? rebuild Clojure w/o clean, should get faster start from jar alone deleted set/xml etc dirs Moved clojure ns to clojure.core, moved set/xml etc up out of dirs New binding syntax (breaking change) for: doseq dotimes with-open when-first if-let when-let plus: new print-dup functionality for replica generation of compilation constants new *print-dup* flag, prints duplicators back to simplified readably printing for repl readable fns, as long as they are not closures | |||
2008-11-08 | Interim checkin - DO NOT USE!! | Rich Hickey | |
Unless you are interested in helping test: Moved clojure ns to clojure.core, moved set/xml etc up out of dirs New binding syntax (breaking change) for: doseq dotimes with-open when-first if-let when-let plus: new print-dup functionality for replica generation of compilation constants new *print-dup* flag, prints duplicators back to simplified readably printing for repl readable fns, as long as they are not closures | |||
2008-10-24 | added *print-length* and *print-level*, patch from Stephen C. Gilardi | Rich Hickey | |
2008-10-11 | refined ## to #=, now takes either | Rich Hickey | |
#=classname #=(classname. ctor-args*) #=(classname/staticMethod args*) #=(varname args*) and calls with _unevaluated_ args | |||
2008-10-08 | added redirectable *err*, patch from Stephen C. Gilardi | Rich Hickey | |
2008-09-19 | added *1/2/3 *e and tweaked error messages | Rich Hickey | |
2008-08-07 | made UTF-8 default encoding on iostreams *in*, *out*, and in loadFile and ↵ | Rich Hickey | |
loadResource, from cemerick | |||
2008-04-19 | refactor to remove static init cycle between RT and Compiler, in order to ↵ | Rich Hickey | |
run RT.init in static init | |||
2008-03-24 | made Repl load files in user ns, changed Repl to serve as better example of ↵ | Rich Hickey | |
hosting Clojure in Java using public APIs | |||
2008-03-20 | got rid of input purge on exception | Rich Hickey | |
2008-03-17 | switched to readLine on input purge in Repl exception handler | Rich Hickey | |
2008-03-16 | added newline on EOF | Rich Hickey | |
2008-03-14 | added System.exit call | Rich Hickey | |
2008-03-12 | prevent nested #()s, dump input stream on repl exception, put cause message ↵ | Rich Hickey | |
first | |||
2008-02-18 | command line args can follow '--', in Repl and Script | Rich Hickey | |
2008-02-05 | moved boot.clj load to RT.init() | Rich Hickey | |
2008-01-25 | interim checkin - do not use | Rich Hickey | |
2008-01-24 | interim checkin - do not use | Rich Hickey | |
2008-01-23 | interim checkin, do not use | Rich Hickey | |
2008-01-06 | added *warn-on-reflection* | Rich Hickey | |
2007-10-18 | added Repl and Script | Rich Hickey | |