By using this site, you agree to our Privacy Policy and our Terms of Use. Close

I would go with Java. Object Oriented Programming is so useful, and Java syntax is a lot easier to program than C++.

off topic:
Right now I am using Java to create a compiler for the 16 bit RISC microprocessor I designed for a class. I am naming the language Wayne++. (my name is Wayne) It is pretty similar to x86 assembly language with some higher level functionality like For Loops thrown in.