Clojure on Scheme: Jolt compiler implemented with Chez Scheme
Summary
Jolt is a self-hosted Clojure implementation that runs on Scheme, native to Chez Scheme and Gambit for JavaScript. It runs without a JVM or build step and can emit a standalone binary with a single jolt build. The project preserves Clojure semantics and provides real concurrency, aiming to streamline JVM-free development.