lua-users home
lua-l archive

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


On Nov 23, 2010, at 8:22 AM, steve donovan wrote:

> 2010/11/23 Pierre-Yves Gérardy <pygy79@gmail.com>:
>> In my case, it is about tying callbacks to keypresses and events in games.
> 
> String lambdas to the rescue!

The problem with string lambdas is that one loses editor-based syntax checking.

Mark