Python 3.16 features
Discussions on Python.org
Python 3.16 features
so, i have some ideas for py 3.16 1: goto / gotoif / label goto is pretty important and it was a primary keyword in early languages in many contexts goto is needed and without it python programmers either resort to clunky while true hacks or memory-shifting hacky external libs that crash the cpython virtual machine in cpython bytecode there is: jump_absolute [addr] pop_jump_if_true now i just want these tools to be surfaced into python i know the dogma that goto is bad but that’s not a ...
0 comments
No comments yet.