on perhaps unloading modules?

Hope Rouselle hrouselle at jevedi.com
Sat Aug 28 06:37:58 EDT 2021


"Peter J. Holzer" <hjp-python at hjp.at> writes:

> On 2021-08-22 16:28:12 -0300, Hope Rouselle wrote:
>> I have a certain distaste for syntax too.  For instance, I would much
>> rather write and read ``first(ls)'' than ``ls[0]''.
>
> Would you also prefer `twothousandthreehundredandtwentythird(ls)` over
> `ls[2322]`?

Omg, I'm afraid you are serious! :-D  We could use something like

  list_get(ls, 2322).

Of course that ls[2322] is perfect fine.


More information about the Python-list mailing list