[RFC/ANN] FLoops.jl: fast generic for loops (foldl for humans™)

Related work regarding python style generators: https://github.com/BenLauwens/ResumableFunctions.jl and PyGen - python style generators.