[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Why I leave Lua (Was: Re: [ANN] Lua 5.3.0 (work3) now available)
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 10 Jul 2014 00:35:45 -0300
> there is a limit on the recursion depth of C function calls
Otherwise, a Lua client might crash the host app:
function tostring(x) print(x) end
print(1)
C function calls use the system's call stack, which is not infinite.
- References:
- Re: [ANN] Lua 5.3.0 (work3) now available, Leo Razoumov
- Why I leave Lua (Was: Re: [ANN] Lua 5.3.0 (work3) now available), David Demelier
- Re: Why I leave Lua (Was: Re: [ANN] Lua 5.3.0 (work3) now available), Rena
- Re: Why I leave Lua (Was: Re: [ANN] Lua 5.3.0 (work3) now available), Rena
- Re: Why I leave Lua (Was: Re: [ANN] Lua 5.3.0 (work3) now available), Coroutines
- Re: Why I leave Lua (Was: Re: [ANN] Lua 5.3.0 (work3) now available), Sean Conner
- Re: Why I leave Lua (Was: Re: [ANN] Lua 5.3.0 (work3) now available), Hao Wu
- Re: Why I leave Lua (Was: Re: [ANN] Lua 5.3.0 (work3) now available), Coroutines
- Re: Why I leave Lua (Was: Re: [ANN] Lua 5.3.0 (work3) now available), Hao Wu
- Re: Why I leave Lua (Was: Re: [ANN] Lua 5.3.0 (work3) now available), Coroutines