An open API service indexing awesome lists of open source software.

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

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)