/clojure-llvm

An experiment to compile Clojure to LLVM IR

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

compiler-llvm

An experiment to compile Clojure using the LLVM.

$ cd compiler
$ lein run -- -m "clojure.core-test" -o "out" ../stdlib/test/clojure/core_test.clj
$ ./out