On Fri, 21 Dec 2001 at 09:57, Jeff Gutierrez wrote:
> The way I look at the Java, Python, and Perl runtimes is they're all
> interpreters -- since they execute code on behalf of another.  Now, the
> line is drawn on what code is interpreted.  With Perl, and Python the
> code is either compiled, then executed everytime it is run, or is
> executed line per line (much like the ol' BASIC).

Note that it's possible to "compile" Python code into bytecode. Not Java
bytecode as JPython does, but Python bytecode. But yes, it's possible to
use the good old #!/usr/bin/python for scripts that are interpreted every
time.

Or maybe I'm wrong?

 --> Jijo

--
Federico Sevilla III  :: [EMAIL PROTECTED]
Network Administrator :: The Leather Collection, Inc.
GnuPG Key: http://jijo.leathercollection.ph/jijo.gpg

_
Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph
To leave: send "unsubscribe" in the body to [EMAIL PROTECTED]

To subscribe to the Linux Newbies' List: send "subscribe" in the body to 
[EMAIL PROTECTED]

Reply via email to