Hacker News new | ask | show | jobs
by pjmlp 3014 days ago
I was lucky to have started in 8 bit machines, and having used Basic and Pascal compilers before ever touching C.

There wasn't a single new concept regarding low level hardware programming that C teached me, on the contrary, I got to learn how not to do it.

And I wasn't infected by the "micro-optimize each line of code as it gets written" culture, rather I was shipping software that was fast enough to keep its users happy.