Open Collective
Open Collective
Loading

The jank programing language

COLLECTIVE
Open source
llvm
clojure

The native Clojure dialect hosted on LLVM.

Contribute


Become a financial contributor.

Financial Contributions

Recurring contribution
Backer

Become a backer for $10.00 per month and support us

Starts at
$10 USD / month

Latest activity by


Be the first one to contribute!
Recurring contribution
Sponsor

Become a sponsor for $100.00 per month and support us

Starts at
$100 USD / month

Latest activity by


Be the first one to contribute!
Custom contribution
Donation
Make a custom one-time or recurring contribution.

Latest activity by


Top financial contributors

1
Australia Lane

$33 USD since Jun 2025

The jank programing language is all of us

Our contributors 2

Thank you for supporting The jank programing language.

Budget


Transparent and open finances.

View all transactions
Contribution #864015
$
Today’s balance

$27.56 USD

Total raised

$27.56 USD

Total disbursed

--.-- USD

Estimated annual budget

$33.00 USD

About


jank is a general-purpose programming language which embraces the interactive, value-oriented nature of Clojure as well as the desire for native compilation and minimal runtimes. jank is strongly compatible with Clojure and considers itself a dialect of Clojure. Please note that jank is under heavy development; assume all features are planned or incomplete.

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.

Our team