-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
ponyc
Pony is an open-source, actor-model, capabilities-secure, high performance programming language
And that last point is critical. If the language flatly can't represent some concepts it uses, they have to be implemented somewhere else. I had a similar discussion with a proponent for Pony once- the language itself is 100% safe, and fully dependent on C for its runtime and data structures. One of Rust's core strengths is being able to express unsafe concepts, meaning the unsafe code can expose a safe interface that accurately describes its requirements rather than an opaque C ABI. Vale doesn't seem to do that.
-
There's still plenty. Run cargo geiger on any of your projects and see for yourself.
Related posts
-
Not well known programming languages with interesting features?
-
Achievement Unlocked: Rustc Segfault
-
How WhatsApp scaled to 1 billion users with only 50 engineers
-
Ideas for undergraduate CS thesis project in programming languages in concurrency?
-
Can We Get the Benefits of Transitive Dependencies Without Undermining Security?