On 03/08/2016 09:58, Steven D'Aprano wrote:

Python is sometimes described as a Lisp with more sensible syntax, so its not
surprising that it is relatively simple to translate Python to Lisp and visa
versa.

Translating Python would be easier if everything was implemented as Python. But sometimes you try to find a .py import module and it doesn't seem to exist anywhere. (sys.py for example).

I would like to see how such references are translated to Lisp.

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

Reply via email to