Python Rocks! - get rid of colons

tye4 tye4 at yahoo.com
Thu Jan 20 17:44:15 EST 2000


Ivan Van Laningham <ivanlan at callware.com> wrote in message
news:388774C7.1784B662 at callware.com...
> Hello all--
>
> If you had bothered to use Python, you would already know that it is not
> a compiler but an interpreter.
>
If you have bothered to use Python, you should know that it is neither a
compiler nor an interpreter - but something in between: a byte-code
compiler. That's why it's fast and not sluggish like many BASIC
interpreters.

-tye4







More information about the Python-list mailing list