Is starting with C beneficial for budding programmers?

I’m eyeing a career in web development and have come across the suggestion that beginning with C might be essential, as it is seen as a foundational language for programming. Considering my focus on building web applications, I’m curious whether this advice truly holds merit or if there are more directly relevant languages to kickstart my journey in web development.

imho, starting with c isnt needed for web dev. you can jump straight into js or python to get builds faster. if you wanna explore low-level details then c helps a bit, but for web apps, stick with more direct languages.

i dun think starting with c is that necceccary for web dev, try js or python instead. c is cool for deep concepts but may be overkill for building everyday web apps.

Considering my experience in both systems and web development, I believe that beginning with C can develop a strong understanding of computer fundamentals such as memory management and pointers. This knowledge can be valuable when addressing more complex tasks in the future. Although languages such as JavaScript, Python, or Ruby may offer a more immediate path for web development projects, a background in C can improve overall programming skills and problem-solving ability. It enriches one’s capability to learn and use other languages more effectively over time.

hey i think c gives a solid base, but when diving into web dev, why not try langauges that feel more direct? ever experimented with typescript for a change? curious abt your experiences