▲ 2 points
back
2 comments
I started porting the Cognitect transducer libraries to Python yesterday, aiming for a purely functional interface (so that I can use them with hylang.org). Pull requests are welcome.
What are the advantages of transducers over Python's native generator expressions?