Hacker News new | ask | show | jobs
by dist1ll 1221 days ago
Does Ada have strong concurrency support and compile-time data race freedom?
1 comments

Haskell does have both
Haskell is not a high-performance systems programming language, not sure how it's relevant in a discussion about Rust, C++ and Ada
It's relevant because many people using Rust are using it for building web backends where high-performance systems language is not needed, yet the safe concurrency is required.