By bloid
via metalua.blogspot.com
Submitted: Jul 24 2008 / 02:33
As most Lua users and every Metalua users know, Lua makes a difference between expressions and statements, and it's sometimes cumbersome to put a statement where the context expects an expression. This can be addressed in Lua by using a function closure, but at a considerable runtime cost.
SaveShareSend
Tags: other languages
Add your comment