S.Mohideen wrote:
>         I was thinking about the feasbility of adjusting Python as a 
> compiled language.

Python is a compiled language. It's compiled from source code to byte 
code. That's what the .pyc files are.

STeVe
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to