Remix.run Logo
onlyrealcuzzo 21 hours 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).

rurban 5 hours ago | parent [-]

And whenever someone tells you to lookup "Fearless concurrency", replace it internally with "Locking concurrency". Thanks to the Rust marketing department

onlyrealcuzzo 3 hours ago | parent [-]

When you combine that with guaranteed lock elision when you're doing things as expected, it's not a problem.