Re: table.concat - why so complex?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: table.concat - why so complex?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 7 Apr 2010 19:57:39 -0300
> The reason is likely that table.concat is not considered part of the core
> interpreter, so it only uses the documented interface, which includes
> luaL_Buffer and the operations implemented on it.
Yes, that's one reason. Have a look at the implementation of OP_CONCAT in lvm.c.