[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: StringBuffer Implementation
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 26 Aug 2003 22:34:42 -0300
> I was wondering whether anyone has done or knows where i can get a hold
>of a java like StringBuffer implementation for lua. I thought i might ask
>the question before i delve into creating one myself.
If you decide to write one in C and export it to Lua, see the "Generic
Buffer manipulation" functions in lauxlib.c.
--lhf