>>6
I was trained in Java (read: had it forced down my throat for 3 years at university) which uses a C style syntax. I have learned Python, Ruby, Scheme and Common Lisp for fun. I currently get paid to program VB, which I didn't even know before I started the job. Yes the syntax is braindamaged, but I was able to learn it in a few hours.
The only impact syntax should have on which language you use to teach yourself programming should be to ensure that it's a simple syntax without lots of confusing special cases. This is why Scheme makes an excellent first language; as a Lisp it doesn't have syntax, just a notation for writing lists of symbols.
So no, not spoken like a true beginner. Surely a true beginner would consider syntax to be a hugely important issue because he would not have learned the difference between syntax and semantics.