Why Rust for safe systems programming?

Kagamin spam at here.lot
Mon Jul 29 09:13:55 UTC 2019


On Wednesday, 24 July 2019 at 07:54:54 UTC, IGotD- wrote:
> I tried to write a few algorithms in Rust that I usually use in 
> embedded system. It was incredible difficult, even more 
> difficult and less verbose than C++. I gave up on Rust. I tried 
> the same algorithms in D and it was very easy in comparison, 
> even more easy than C++ and I'm not even good D programming.

AFAIK, not all data structures can be safely expressed in rust, 
so you can't simply translate your code, but must redesign it in 
a rust-friendly way.


More information about the Digitalmars-d mailing list