r/processing 16d ago

is there speed difference between java, java script, python, c++?

is one more stable than the others?

0 Upvotes

9 comments sorted by

View all comments

1

u/ultradvorka 9d ago

There are differences in speed for sure, but it really depends what kind of application and for who you want to build - real world is more complicated for simple answers like "C++ is faster than Java".

Ad stability: Java, Javascript and Python are interpreted languages - no need to worry about memory management/crashes + it will run (almost) anywhere.