lua-users home
lua-l archive

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


* Paul Hudson:

>> In Lua, we favor generic and powerful constructs. Actually, a 'goto'
>> would be almost perfect.
>
>
> Can we  have computed go to? http://en.wikipedia.org/wiki/Goto#Computed_GOTO

Lua supports efficient tail calls, so it already has a computed GOTO.