Oden Eriksson <[EMAIL PROTECTED]> writes:

> What's "bytecompile"?

generating .pyc from .py

just like .class from .java (java), .elc from .el (emacs lis), 
.cmo from .ml (ocaml) ...

what bytecompiling really does depends from one language to another. Python's
bytecompiling is just a little more than parsing the source file and saving
the AST (Abstract Syntax Tree)

good enough answer? :)

Reply via email to