Hi,<br><br>I found these slides very interesting, on how python generator patterns can be used to create re-usable code-parts that can be "piped" togegher ad infinitum, to create e.g. parsing pipelines requiring minimal memory (things a sysadmin working with huge files might need quite often):<br>
<br><a href="http://www.dabeaz.com/generators/index.html">http://www.dabeaz.com/generators/index.html</a><br>PDF: <a href="http://www.dabeaz.com/generators/Generators.pdf">http://www.dabeaz.com/generators/Generators.pdf</a><br>
<br>It would be nice to do this kind of stuff in D though, to hopefully gain some performance, so I wonder, is there similar stuff in D, and where to find info about it?<br><br>Cheers,<br>Samuel<br>