5 ms·
I think you need to specify what you mean by "without a runtime". Do you mean "without a garbage collector"? "Without memory allocation"? Even C has a runtime,
by sapiogram 2y ago
I think you need to specify what you mean by "without a runtime". Do you mean "without a garbage collector"? "Without memory allocation"? Even C has a runtime, just a very small one.
- sylware 2y agoI am talking C without any runtime: machine code or data are _ONLY_ from the C code (and OS interaction is done with raw syscalls). Can I do the same in rust?
- leftyspook 2y agoYes.
- sylware 2y agoGetting mixed signals about this. Lies are flying all over. I'll need to check that by myself one day. What's seems to be really sure though is the filth of rust syntax complexity on par with the other filthy one, c++.