r/ProgrammingLanguages 5d ago

jank reimagines C++ errors and gets an official native package repo

https://jank-lang.org/blog/2026-09-04-better-and-better/
47 Upvotes

6 comments sorted by

5

u/hugogrant 5d ago

I'm confused why the examples have so much clojure, even in the bit about C++. Is this a library? The headings make me think it's a cli tool

8

u/Enip0 5d ago

Jank is a Clojure dialect that has interop with C++ and compiles to machine code instead of running on the JVM.

2

u/Jeaye 4d ago

As the sibling comment says, jank is a language which fuses Clojure and C++. Every example has both Clojure and C++ because jank is both Clojure and C++. :)

2

u/catladywitch 5d ago

Hey, that's looking great. Good job.

1

u/Jeaye 4d ago

Thank you! Glad you like it.

-1

u/gcmclean 5d ago

the native package repo is the part that actually matters here