Why not allow empty code blocks?

BartC bc at freeuk.com
Wed Aug 3 09:23:57 EDT 2016


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



More information about the Python-list mailing list