Re: Soo...
programming's mostly the same regardless of the language. but it's kinda hard to really learn it without a fun project. find something you want to write a program for, then pick a language and slowly figure out wtf you're doing.
then, once you're done with a good chunk of it (assuming it's a relatively large project), you'll be disgusted with all the little hacks you put in, and you can start over and do it right (refactor) and make much prettier code and be utterly impressed with how much you've learned.
|