lua-users home
lua-l archive

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


I wonder if anyone has a good way of emulating Generators and goal
directed evaluation in Lua. Or if they have been considered for
implementation in the core language. Functions as values coupled with
upvalues make me think it would be reasonably easy.  Python recently
added them and I am a longtime Icon programmer.

MvH Dan Andersson