| Streams (by jfw) | 22. July 2003 |
| These days I've come across the discussion track of SRFI 40 - streams -. I'm wondering whether streams are essentially the future half of a turing tape, while variable bindings may be rewind marker. | |
- I'd like to discuss this topic in more detail. - A variant of the "pms" (see srfi 40 mail archive) I'm preparing deals pretty conviniently with multi value streams. I intent to use it for the server implementation (lazy xslt transformation). - If bindings are turing tape rewind markers, what consequences has that for the difference between dynamic and static scope? | |