donno2048/pygoto: Use goto in Python

Open link in next tab

GitHub - donno2048/pygoto: Use goto in Python

https://github.com/donno2048/pygoto

Use goto in Python. Contribute to donno2048/pygoto development by creating an account on GitHub.

GitHub - donno2048/pygoto: Use goto in Python

At least I posted it to !programming_horror@programming.dev first!

See all comments
โ€ข

I down voted this.

I am a dinosaur. I have been professionally programming for more than 20+ years.

The only valid usage of "goto" statement was in Linux kernel. That goto statement improved the performance a lot. Every other use of "goto" I saw was unnecessary.

Introducing "goto" statement, especially with line numbers like this instead of labels, is bad. Please don't use this. Please don't tell others about this.