Quoting James Edward Gray II <james / grayproductions.net>:

> > I ditched the lazy streams API for now.  It just wasn't working
> > out.
>
> Can you expand on what you mean by this?  I'm working on a huge
> article about infinite streams for my blog and lazy.rb 0.2 was a
> big inspiration to me.

Oh, mainly it was an aesthetic thing.  It _worked_ fine.

I'd been fighting with the streams API to make it more Ruby-esque
and easier to use properly, but I finally punted on it to get this
release out the door quickly.

In retrospect, I probably should have just kept the 0.2 API for now.
 I definitely want something better for 1.0, though.

-mental