- cross-posted to:
- lisp@programming.dev
- lobsters@lemmy.bestiver.se
- cross-posted to:
- lisp@programming.dev
- lobsters@lemmy.bestiver.se
You must log in or # to comment.
Jank=Clojure dialect with LLVM based AOT compiler, if anyone wondered.
Right so it’s based on LLVM rather than Java right? That’s why c++ ffi is so integrated maybe?
I don’t know anything about it really. I had to look at the website to see what it was, then reported what I found.
Yes, it’s written in C++.
This looks really cool. Sounds like the lead developer quit their job to work on this full time. I hope it’s successful!
I’m pretty hyped about it. With nrepl support, and being able to use deps, it’s starting to get to the point where you can make actual projects with it. Looks like most pure Clojure libraries should work with it too now.