RE: Friday Finking: Contorted loops

2021-09-13 Thread Avi Gross via Python-list
Peter, Choosong when and how to comment is an invidual thing and certainly the interpreter does not care. Yes, I gave an example where my comment used inner/outer as the words but more often I am more explicit along the lines you mention. Sometimes I include most of the text into the comment such

Re: ANN: Dogelog Runtime, Prolog to the Moon (2021)

2021-09-13 Thread Terry Reedy
On 9/13/2021 8:46 AM, Mostowski Collapse wrote: The Standard Python version of Dogelog runtime is annoyingly slow. So we gave it a try with andother Python, and it was 6x times faster. We could test GraalVM. We worked around the missing match in Python 3.8 by replacing it with if-then-else. Perf

Re: Friday Finking: Contorted loops

2021-09-13 Thread Peter J. Holzer
On 2021-09-12 17:11:58 -0400, Avi Gross via Python-list wrote: > Yes, large units of code, and even smaller ones, may be a chore to figure > out. Arguably harder when you use indentation and the next/last parts are > not even on the same screen as the rest. Sometimes you want to use a > split-scree

Discussion forum for typing Q&A and review requests

2021-09-13 Thread Sebastian Rittau
Typing with Python is hard and constantly evolving. This is why we set up a forum to help users with typing at https://github.com/python/typing/discussions . It's fairly new, but at the moment we have two categories for general Q&A and for asking fo

Re: ANN: Dogelog Runtime, Prolog to the Moon (2021)

2021-09-13 Thread Mostowski Collapse
The Standard Python version of Dogelog runtime is annoyingly slow. So we gave it a try with andother Python, and it was 6x times faster. We could test GraalVM. We worked around the missing match in Python 3.8 by replacing it with if-then-else. Performance is a little better, we find: /* Standard