[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua strings as "atoms"???
- From: Klaus Ripke <paul-lua@...>
- Date: Tue, 17 May 2005 22:46:05 +0200
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