Scheme
Request
For
Implementation
See http://srfi.schemers.org/
The Askemos server supports currently:
Note (to be moved somewhere):
in
http://srfi.schemers.org/srfi-40/mail-archive/msg00030.html
is a simple and clear implementation of stream alike things,
which is very close to the style used in the current (2003)
Askemos code. Just the posting is much, much clearer.
The only difference is in the conventions.
No exception is raised at the end of a stream.
Instead #f is returned as first value
instead of the closure producing the rest of the stream.