Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Xtreams
Last updated at 3:19 pm UTC on 23 May 2017
Xtreams is the Squeak port of VW Xtreams. It provides flexible and scalable streaming for Smalltalk.

Xtreams is a generalized stream/iterator framework providing simple, unified API for reading from different kinds of sources and writing into different kinds of destinations (Collections, Sockets, Files, Pipes, etc). Streams themselves can be sources or destinations as well. This allows to stack streams on top of each other. At the bottom of such stack is some kind of non-stream (e.g. a collection), we will call it a terminal.

http://www.squeaksource.com/Xtreams