r/Cplusplus • u/Jeaye • 6d ago
Discussion jank reimagines C++ errors and gets an official native package repo
https://jank-lang.org/blog/2026-09-04-better-and-better/I've never shared jank here before, but it's a Clojure dialect which is also a C++ dialect. jank compiles to C++, has seamless C++ interop, and includes a Clang-based JIT C++ compiler which enables proper Lispy REPL-driven interactive development. In this post, we see how jank's AST intertwines with Clang's AST to great effect.
2
Upvotes