Previous: streams utilities, Up: streams [Index]
The examples below show a few of the myriad ways streams can be exploited, as well as a few ways they can trip the unwary user. All the examples are drawn from published sources; it is instructive to compare the Scheme versions to the originals in other languages.
• streams examples infinite: | Infinite streams. | |
• streams examples generators: | Generators and co–routines. | |
• streams examples pipeline: | A pipeline of procedures. | |
• streams examples persistent: | Persistent data. | |
• streams examples passes: | Reducing two passes to one. | |
• streams examples pitfalls: | Pitfalls. |