Oct. 18, 2008
1:09 p.m.
On Fri, Oct 17, 2008 at 8:47 PM, Stéphane Ducasse <stephane.ducasse@inria.fr> wrote:
why a stream is not adequate. for me this a collection of elements.
"a collection of elements" is named a collection in Smalltalk :-). If you want a growable collection, use a growable collection. Streams should be use to iterate over a sequence of elements (read streams) or write elements to a backing store (write streams). -- Damien Cassou Peter von der Ahé: «I'm beginning to see why Gilad wished us good luck». (http://blogs.sun.com/ahe/entry/override_snafu)