My first language was Visual Basic for Applications (VBA) which technically wasnt a language but a macro language. I learnt the basics of variables and syntax then moved on to VB6 and then VB.NET then to PERL then PHP and then JavaScript. So in a sense I am a language hopper.
Where to start.... hmmm.... VBA is a good place to start or VBS is also a good place. Just start somewhere by taking a project you want to do and then go around online and look at code samples of how other people did it. When you have a semi-working model walk through it and try and figure out how it did it. Analize every little piece of code and figure out if it is necessary, and why it's there.
That's kinda how I did it. But i started when I was 15
