I agree with much of what has been said in this thread, but...
Quote:
Originally Posted by MamaSpoldi
Java is interpreted and therefore does not run as fast as C++. This can be a significant issue depending on what you hope to do.
|
For 99.9% of FRC teams, this doesn't matter. Python is even slower than Java and you can build a high performance robot using it. If you find that you are running into speed issues solely because you're using Java, you're almost certainly doing something wrong and should reevaluate your approach.