No.854
>>852Learn C and Scheme, after that you should be able to learn most other languages pretty quickly. The thing is languages don't actually matter; good program design is language-agnostic.
No.855
You should start out with one simply programming language to understand the basics like classes, functions, variables etc.
After you learned one language and when you understand those basic concepts it's much easier to learn a second language, then it's mostly learning a new syntax
No.856
>>855>>854Hmm thanks guys.