From: Simon Strandgaard Date: 2004-05-07T18:15:10+09:00 Subject: Re: [ann] iterator-0.7 wsdngtmp@onlinehome.de (Sascha Doerdelmann) wrote: > Simon Strandgaard wrote: > > External iterators with some STL inspiration. > > Just in case you didn't know. > > There's another iterator module availiable as part of the ruby graph > library > http://raa.ruby-lang.org/list.rhtml?name=RGL > http://rgl.sourceforge.net/classes/Stream.html > > I think it's iterators are called streams because they are inspired by > a Smalltalk class "Stream". Graph algorithms can be build as streams > so there's some STL and boost flavour in these modules, too. Actually I started out with that library for my regexp engine, but there were just too many weird things going on (read: bugs). The Stream library is poorly unittested. Sorry. -- Simon Strandgaard