HackerTrans
TopNewTrendsCommentsPastAskShowJobs

udhghhe

no profile record

comments

udhghhe
·قبل 7 أشهر·discuss
> Well it's certainly not worse than c, and it's hard to argue it's as bad, so...

Except in regards to having a proper standard (the standard from Ferrocene has significant issues), and to the size of the language and how easy it is to implement a compiler for.

There are a lot of differences and trade-offs.
udhghhe
·قبل 7 أشهر·discuss
How much C++ have you written? Not C, but C++.

Do you like pattern matching in Rust? It is one of the features that Rust does decently well at.
udhghhe
·قبل 7 أشهر·discuss
But with no_std, Rust is not memory safe, even when not using unsafe. It does have pattern matching and modules, however.
udhghhe
·قبل 7 أشهر·discuss
[flagged]
udhghhe
·قبل 7 أشهر·discuss
Thing is, Rust is not a memory safe programming language. It's not even close to being one.

> Diagnosing a Double-Free Concurrency Bug in Rust's Unbounded Channels

https://materialize.com/blog/rust-concurrency-bug-unbounded-...