Hacker News new | ask | show | jobs
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/

1 comments

Doesn't using the GPL for the stdlib also mean that all programs written in ferret must also be GPL?