Carl Cerecke wrote:
motivated wrote:
I'm currently learning Java and hope to move on to C++ as quick as possible.
Stick with Java. Avoid C++.
Avoid both - go for Python ;-) I know I certainly intend to, one day :-)
Python is definitely nifty. I use it often, and it is the easiest computer language that I've ever learned (and I've learned a few).
Note, though, that Java and Python fill different, but overlapping, niches. Java's static type checking and rigidity will help in a large project, whereas the more dynamic python is more suited to smaller projects. There is a large middle ground where both are favourable.
Generalisations of course.
Cheers, Carl.
