Discussion about this post

User's avatar
seansg's avatar

I picked up an old C textbook this past summer exactly because I wanted to understand these things you've listed. After getting through it, I had a hard time imagining any project I would write in C that wasn't a bare OS or a utility. It is heartening to hear that my efforts were not in vain

Expand full comment
Ed Devitt's avatar

this is more a question of low level languages vs higher level languages.

the benefit of low level languages is you learn how a computer actually works. The same argument here could be applied to C++ and Rust in addition to C.

Expand full comment
2 more comments...

No posts