language interpreters/ interpreted languages weaknesses?

Garrett G. Hodgson garry at research.att.com
Thu Sep 2 10:31:56 EDT 1999


Skip Montanaro wrote:

> The only thing that makes Java "more compiled" than Python or Perl is
> that you have to explicitly run a separate compiler over the source to
> create a .class file.  

that's the real beauty of java.  all the convenience of having to go
through a separate compilation step, combined with the blistering
performance of an interpreted language.

what a deal.

-- 
Garry Hodgson			"Hey, mister, can ya tell me,
garry at sage.att.com		where a man might find a bed?"
Software Innovation Services	He just grinned and shook my hand,
AT&T Labs			"No", was all he said.




More information about the Python-list mailing list