lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Tue, May 17, 2005 at 09:06:34AM -0500, Javier Guerra wrote:
> On Tuesday 17 May 2005 9:01 am, Rici Lake wrote:
> > Actually, I'd probably implement a stringbuffer as a generalization
> > of file objects, rather than as pseudostrings.
> 
> i'd like that approach!
as mentioned in an earlier thread (ropes), we're underway with that.

already have a fairly complete stdio implementation,
where the IO buffers can be subclassed to use about
everything, including read/write seekable files, sockets
and internal buffers.


will be released soonish