13
jank programming language - Clojure/LLVM/C++
(jank-lang.org)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
I love Clojure!
What I wonder is whether the sheer complexity of C++ is a good base.
There are Scheme implementations like Guile which have good interop with C, and which also compile to native code. And there is Steel, a Scheme written in Rust. Scheme is similar to Clojure in that it prefers re-definition over mutation of objects - but it is less opiniated, and one could argue that it is more practical. (Though Clojure as a modern Lisp is quite successful in some applications.)
Oh, and I don't mean to pick on Common Lisp. Common Lisp is seriously underhyped. Apart from its stunning elegance, the concurrency support based on persistent data structures as default types is where Clojure has great innovations.