https://github.com/rudxain/zigzagfor
Emulation of `for` loop that runs back and forth, like a triangular waveform, rather than the usual sawtooth
https://github.com/rudxain/zigzagfor
backwards callback esoteric for-loop iteration mirrored reverse
Last synced: 9 months ago
JSON representation
Emulation of `for` loop that runs back and forth, like a triangular waveform, rather than the usual sawtooth
- Host: GitHub
- URL: https://github.com/rudxain/zigzagfor
- Owner: Rudxain
- License: unlicense
- Created: 2022-12-08T18:20:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-12T08:56:36.000Z (about 2 years ago)
- Last Synced: 2025-03-14T12:44:55.322Z (about 1 year ago)
- Topics: backwards, callback, esoteric, for-loop, iteration, mirrored, reverse
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zigzagfor.py
Inspired by [this](https://github.com/bjpop/js-turtle/blob/928d61589ccadca66cca618cfd48f8a45f2e9275/examples/sierpinski.js)
[lang spec with this feature](https://github.com/Rudxain/ideas/tree/f585894cb4c50050f1ae274ce30d1888f47b5870/text/Romna%20VM)
[Future Rust Lib](https://github.com/Rudxain/ideas/tree/8c093744c984ac0050f9ecd84d03ef492264df41/software/AnteForte)