Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I started rust yesterday... most certainly feels good to have a breath of fresh air from C and C++, let’s see how long can I last on this 😅😁
-
Seems like a nice approach to parallelism, but does it have advantages over c++ in other areas?
-
osmarks8677y@solocoder Very good safety: all sorts of bad things are prevented by the type checker and borrow checker, such as mixing up numeric types, mutating values that other parts of the code can access, and other silly things involving accidental memory fiddling.
Related Rants
Love ❤️ Rust
devrant
coding
rustlang