Hacker News new | ask | show | jobs
by onlyrealcuzzo 107 days ago
See Rust with Use-after-Free, fearless concurrency, etc.

My language is a step ahead of Rust, but not as strict as Ada, while being easier to read than Swift (especially where concurrency is involved).

1 comments

And whenever someone tells you to lookup "Fearless concurrency", replace it internally with "Locking concurrency". Thanks to the Rust marketing department
When you combine that with guaranteed lock elision when you're doing things as expected, it's not a problem.