I am currently looking into Rust for some DB code that does high-performance processing.
Trying to optimize the GC would be about as much effort as just using Rust.
About C, it may as well be human readable portable assembly. Great for embedded platforms that I’m working with, otherwise something I don’t want to touch unless necessary
I don't get the C avoidance. It's the programming 101 standard at uni, for a reason.
Please Login to reply.
Because productivity matters
Yeah, the productivity of the user.
personally, C is fun to use (most of the time), but my productivity is just way higher in Rust and other languages