Jolt: Clojure compiler implemented with Chez Scheme
- Programming
- Open Source
- Developer Tools
- AI
Jolt is an attempt to rehost Clojure on Chez Scheme, with the goal of running existing Clojure code as native binaries while keeping enough of the familiar ecosystem to feel like a practical JVM substitute. The author says the project is not trying to redesign the language. It is porting an already well-specified one, then using existing library test suites, a conformance corpus, and JVM comparisons to drive compatibility and performance. That framing landed with people. The speed looks less magical when the job is "make this known thing behave the same on a new runtime" rather than invent a new language from scratch.
If you care about shipping Clojure outside the JVM, Jolt is worth watching now for internal tools and small native apps, especially where C library access matters. Treat it as promising but early, and validate library compatibility and performance on your own code before betting production systems on it.
-
jolt-lang.github.io
- Discuss on HN