|
* 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.