Ex-EA Engineer Builds Jank: A New Programming Language Blending Clojure and C++
2025-01-29

Former EA engineer Jeaye Wilkerson is developing jank, a new programming language aiming to combine the interactive nature of Clojure with the native compilation speed and minimal runtime of C++. Built on LLVM and incorporating elements from C++, Clojure, and Rust, jank seeks to be a native Clojure dialect. The project has garnered significant community interest, becoming one of the most popular unreleased Clojure projects. Its unique feature is the flexibility to switch between dynamically and statically typed code, balancing rapid development with performance optimization. jank is poised to be a powerful tool for game development, GUI development, and data science.
Development