lua-users home
lua-l archive

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


remember that Lua is a language, not a framework.

writing a simple notification for your own purposes isn't hard, as you
noted yourself; but writing something so general that could be a
'default' implementation for any kind of system structure is a totally
different undertaking.

note that both examples you gave (GSignal and Qt signals) are part of
the respective frameworks, not of the languages.

now, if you want to write a nice Lua-based programming framework... ;-)


-- 
Javier