EPL-1.0 is superseded by EPL-2.0 (clearer jurisdiction/patent terms). Updates the LICENSE file and README. Clojure-derived files under stdlib/ and the vendored sci keep their original EPL-1.0 headers per the weak-copyleft terms. Closes #206
- PEG-based Clojure reader (symbols, keywords, numbers, strings, lists, vectors, maps, sets, quote forms, reader macros, metadata) - Tree-walking evaluator (quote, do, if, def, fn*, let*, loop*/recur, syntax-quote/unquote/unquote-splicing, macro system, ns/require/in-ns) - 95+ clojure.core functions (predicates, math, collections, seq ops, higher-order, atoms, I/O) - Public API (init, eval-string, eval-string*) - REPL (jolt/main.janet) - 7 test suites, all green - MIT license