Generators
Python Generators in C
Install / Use
/learn @tsoding/GeneratorsREADME
Python Generators in C
Quick Start
$ cc -o nob nob.c
$ ./nob -j$(nproc)
$ ./build/fib
$ ./build/square
See ./examples/ folder.
References
- https://wiki.python.org/moin/Generators
- https://github.com/tsoding/coroutines
