|
|
|
|
|
by blks
356 days ago
|
|
Geez, what a comment. C is much much more simpler than Rust. You’re not supposed to be spending weeks fighting includes or compiler errors, that means you’re have some very basic misconceptions about the language. Just read K&R “The C programming language” book.
It’s fairly small and it’s a very good introduction to C. |
|
Towards deployment is even harder. You can very easily end up writing exploitable, unsafe code in C.
If I were a Python programmer with little knowledge about how a computer works, I’d much prefer Go or Rust (in that order) to C.