|
|
|
|
|
by ForHackernews
355 days ago
|
|
I've tried learning C a couple times and given up because the curve is too steep to be worth the climb. It's not even the language itself, it's the inherited weight of half a century's worth of cruft. I can't spend weeks fighting with compiler nonsense, header files and #include. Screw it, I'll just use Go instead. I'm learning Rust and Zig in the hope that I'll never have to write a line of C in my career. |
|
Just read K&R “The C programming language” book. It’s fairly small and it’s a very good introduction to C.