Hacker News new | ask | show | jobs
by swlkr 3129 days ago
This project looks really good. I would love to have a clojure inspired lisp that's fast and doesn't require the JVM.
1 comments

You might try Avian or Multi-OS Engine for embedding a JVM within your program.

[0] https://github.com/ReadyTalk/avian

[1] https://software.intel.com/en-us/multi-os-engine

Or even one of the commercial JDKs with AOT native code compiler.