1
High Quality Tutorials / Re: [Guide] Which Language To Start With
« on: November 13, 2012, 09:01:13 pm »1) I learned Java first and I hate it.1)It was just a thought
2) You should start with C first. You don't start with Calculus do you? You start with the basic algebra etc. And then learn C++ and then move on to other languages.
3) Please keep your opinion to yourself when you are clearly just stating a personal belief with no evidence to support or disprove anything.
4) The Java VM is pretty terrible, why would you ever want to use it besides true cross platform compatibility? Also true cross platform compatibility can be accomplished through writing minimal elf loaders for every platform and then writing all your programs as plugins for the loader. Then, you have true cross platform compatibility as well (at least for one architecture.... but that's not so bad).
2)Both approaches are pretty much the same when you consider that when learning c++ you pretty much have to learn c before you learn object coding
3)It was obviously an opinion. I was answering which language you should learn first, unless there is some study I don't know about everyone who answers that question is giving their opinion.
4)Agreed. And, that actually sounds like an interesting approach.