What I do not understand, or not clear to me I should say, is how can some
people regard Python as a scripting language? In particular the JAVA crowd.
Unless my understanding is off, and from what I can gather from googling, is
that Python is compiled implicitly into bytecode then read into the
interpreter, and in JAVA you must compile explicitly before it is
interpreted, both have virtual machines, so why such a label since there is
barely any variance?
I have been using Python for 3 years now, love it, and JAVA just a few
months (for school), and hate it. This is not a rant or anything, I just
want to clarify.
Any insight is greatly appreciated.
Adonis
people regard Python as a scripting language? In particular the JAVA crowd.
Unless my understanding is off, and from what I can gather from googling, is
that Python is compiled implicitly into bytecode then read into the
interpreter, and in JAVA you must compile explicitly before it is
interpreted, both have virtual machines, so why such a label since there is
barely any variance?
I have been using Python for 3 years now, love it, and JAVA just a few
months (for school), and hate it. This is not a rant or anything, I just
want to clarify.
Any insight is greatly appreciated.
Adonis
Comment