I'm a recent high school grad going into college as a comp sci major. I have 2 years experience in Python and JS.
Would it be worth my time to learn C (C++ possibly?)? (Or maybe you have another language that would be more profitable now.) I'm aware I will have to learn at least C for college, but is it something I should learn now?
I'm looking for your opinion because a lot of you have either gone through a comp sci degree or have done some programming in C.
Thanks HN!
Now is a great time to start. Go find K&R, fire up Linux and write and compile "hello, world". Then keep going until you experience your first segmentation fault. ;)
(Do not study C++ at this point. Study C. These things turn out to be very very different.)