lua-users home
lua-l archive

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


>    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