CSP concurrency in rust >>

No garbage collector >

Reply to this note

Please Login to reply.

Discussion

Yes but then you need to deal with Rust

Aha, but dealing with Rust is just forcing yourself to become a better developer

If you're at that stage of the learning curve, otherwise it's just annoying. The main reason to use rust is actually just because it makes it easier to target any architecture.

Zero cost abstractions is a lie, and even the no garbage collection is somewhat a lie.

Thank you. Zero cost abstraction is a Lie: The sole reason why I left C++ 3 years ago.

I learn Rust for the better part of 2023, but ended up going back to Go for pure development speed. I like rust, but mostly for embedded systems.

skill issue