DeVault: Announcing the Hare programming language
DeVault: Announcing the Hare programming language
Posted May 2, 2022 15:59 UTC (Mon) by atnot (guest, #124910)In reply to: DeVault: Announcing the Hare programming language by ncm
Parent article: DeVault: Announcing the Hare programming language
Come on, that's a bit far. Zig has plenty of things to offer, most importantly excellent no-bindings interoperability with C and C++, interesting approaches to async and more comprehensive compile-time evaluation and metaprogramming than any other native non-research language I'm aware of. Rust's C interop and macros look primitive and poorly integrated in comparison.
It's not transformative, sure, and I'm not sure I would start a greenfield project in it today. It definitely sacrificies more robustness for it's great C-compatibility than I'm personally comfortable with. But it's a compelling option for people with existing C codebases or complex C libraries and contributes some genuinely new and interesting approaches to writing expressive low level code. It's very far from being just an 80s nostalgia roleplay language.
