[dead]
Why Rust is worse than C for programming low-level hw
21–22 of 22 posts
Re: Why Rust is worse than C for programming low-level hw
#22C is an abstraction layer for assembler, created at a time when software people were very close to the hardware. Not surprising that it works very well for those use cases. Recent languages tend to come from the other direction.
C is a high level programming language