Hi folks I've been reading a bit about Python generators and I think they're awesome. So I quickly looked for a Smalltalk implementation and found that GNU Smalltalk has one (http://smalltalk.gnu.org/blog/bonzinip/fun-generators). Now, I was wondering if there's an implementation for Pharo / Squeak (since I didn't find one on SqueakSource) and if not, if there might be any interest in one.
If you're curious you should take a look at these: Generator Tricks for Systems Programmers - Version 2.0 A Curious Course on Coroutines and Concurrency http://www.dabeaz.com/generators-uk/GeneratorsUK.pdf Cheers, Max
