seeking deeper (language theory) reason behind Python design choice

Gregory Ewing greg.ewing at canterbury.ac.nz
Fri May 11 05:10:08 EDT 2018


I suggest adding a new builtin constant:

    YouFeelLikeIt = True

Then all pseudo-infinite loops can be written

    while YouFeelLikeIt:
       ...

-- 
Greg



More information about the Python-list mailing list