[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: General purpose notification mechanism for Lua
- From: Javier Guerra <javier@...>
- Date: Wed, 30 Dec 2009 17:44:44 -0500
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