Paul Rubin wrote:
Or you could look at the past 50 years(!) of Lisp and Scheme compilers
some of which produce very good code, ask what Python features can't be
straightforwardly transliterated into Lisp to use those compilers,

Lisp and Scheme are much less dynamic than Python. The problem
of translating Python code into efficient Lisp or Scheme isn't
really much different from translating it into efficient
machine code, or Java bytecode, or whatever. Type information
is needed, either explicitly written in, or inferred, or JITted.

--
Greg
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to