Hacker News new | ask | show | jobs
by bjoe_lewis 4186 days ago
+1. Learning C is not about learning a language. It's more about how to think like a computer.
2 comments

When you program even a little bit, you already think like a computer. C is more about thinking a lot closer to the hardware, to the very low-level components of the computer. That's really an amazing universe.
Go learn assembly language if you really want to "think" like a computer ;)