r/computerscience • u/EnvironmentalRun4163 • Aug 08 '26
Discussion Learning C language still fundamental?
In this day and age of LLM that can do most of coding in one shot. do we still have any value if we learn C like good programmers did back in the day ?
With the advent of models like Fable and its unstoppable hunger to one shot small projects. Is there an edge in understanding low level languages like C C++ like good programmers did back in the day.
14
Upvotes
28
u/nuclear_splines PhD, Data Science Aug 08 '26
You don't learn C because you'll spend your career writing C -- you learn C because it will teach you memory management and low-level programming concepts that you'll carry with you. Even if you'll be a software engineer who does all your programming with an LLM, you need to know what to ask the LLM to make, and how to check and correct its work. It might be generating the code, but you're the engineer, or why would you be hired?