Just getting into programming. Thinking of making the first language Ilearn C. Thoughts?
Name:
Anonymous2012-08-12 22:02
I'd suggest trying to get the programming hook deep instead of going straight for C. Most beginners give up on C after wrestling with a compiler installation or some shit IDE that gives out cryptic error messages. You won't be able to do anything impressive until you've spent a couple of months
Instead, learn something easy that will make you see the benefits of using something like C without the headaches of using something like C. I'd suggest Javascript, as your code can run in a browser. Open a popup box with swear words. Congrats, instant programming gratification. With C, you'll spend hours hunting for missing semicolons, undeclared variables, infinite loops, etc. It's not for the weak.
I spend a decent amount of time doing web dev stuff and my C training definitely helped me become the programmer I am today. There just isn't a lot of employment opportunities out there for C. On the other side of the coin, PHP and Javascript... you'll never go hungry fixing some old PHP framework or putting some jQuery on a Wordpress blog.