Y
Hacker News
new
|
ask
|
show
|
jobs
by
jayp1418
1219 days ago
I wonder why people don't use Ada Programming Language also ? It has Spark subset for formal verification also
1 comments
dist1ll
1219 days ago
Does Ada have strong concurrency support and compile-time data race freedom?
link
ghostwriter
1219 days ago
Haskell does have both
link
dist1ll
1219 days ago
Haskell is not a high-performance systems programming language, not sure how it's relevant in a discussion about Rust, C++ and Ada
link
ghostwriter
1218 days ago
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.
link