Implementating streams in R
On Tue, 03 Feb 2004 11:40:19 +0100, you wrote:
Dear all, I have an implementation of streams in R.
...
More fundamentally, I would appreciate any comment on this implementation or suggestion about the best way of implementing streams in R.
Could you describe in a language-independent way what you mean by "streams"? My understanding of the word is matches S "connections", which are already there. Duncan Murdoch