Hi, On Saturday 03 April 2004 14:39, Leopold Toetsch wrote: > Jens Rieks <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > attached is a first working development version of a Stream library. > > > > Comments welcome! > > I'm not very happy with the split object/property usage. This makes IMHO > subclassing a pain and isn't really needed. I'd use attributes for all > this stuff with a constant file holding offset names for the attributes. What does you mean with split? Can you give a small example what you would modify?
> Finally the use of object wrappers and helpers isn't really needed any > more IMHO. __onload is just hiding the @LOAD pragma and adds an extra > function call. __newclass messes around with __init (which gets called > anyway). Okay, that is true. I'll remove it. A new improved version is nearly done, it contains Sub, Coroutine, ParrotIO, Combiner, Filter and "Lines" streams. I'm writing documentation at the moment. > leo jens