

Jank Programming Language
Where jank differs from Clojure JVM is that its host is C++ on top of an LLVM-based JIT. This allows jank to offer the same benefits of REPL-based development while being able to seamlessly reach into the native world and compete seriously with JVM's performance.
Cost / License
- Free
- Open Source (MPL-2.0)
Platforms
- Mac
- Linux
Features
- Lisp-like
Tags
- general-purpose
Jank Programming Language News & Activities
Recent activities
- gergelyturi added Jank Programming Language
- gergelyturi added Jank Programming Language as alternative to Python, JavaScript, Java and C++
Jank Programming Language information
What is Jank Programming Language?
Where jank differs from Clojure JVM is that its host is C++ on top of an LLVM-based JIT. This allows jank to offer the same benefits of REPL-based development while being able to seamlessly reach into the native world and compete seriously with JVM's performance.
Still, jank is a Clojure dialect and thus includes its code-as-data philosophy and powerful macro system. jank remains a functional-first language which builds upon Clojure's rich set of persistent, immutable data structures. When mutability is needed, jank offers a software transaction memory and reactive agent system to ensure clean and correct multi-threaded designs.

