|
|
|
|
|
by nakkaya
3379 days ago
|
|
I maintain a project called Ferret [1], which compiles a subset of Clojure to C++11. No VM no dependencies you get a single cpp file that can be compiled to native code. Supports any platform with a C++11 compiler. (atmega, arm, x86 etc.) [1] http://ferret-lang.org/ |
|