On Sun, 2007-10-21 at 19:48 -0700, Erick Tryzelaar wrote:
> Right now schannel's read is a proc which means you have to explicitly
> pass in a variable that is assigned the value read from the channel.
> I think this was how things were done before generators.
Yes, you can try an experiment wi
On Sun, 2007-10-21 at 19:48 -0700, Erick Tryzelaar wrote:
> Right now schannel's read is a proc which means you have to explicitly
> pass in a variable that is assigned the value read from the channel. I
> think this was how things were done before generators. Now that we got
> generators though,
Right now schannel's read is a proc which means you have to explicitly pass
in a variable that is assigned the value read from the channel. I think this
was how things were done before generators. Now that we got generators
though, is there any way to do it the old way? I'd love to be able to use
c