lua-users home
lua-l archive

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


Peter Sommerfeld wrote:
> > And BTW, I wonder why one should reinvent the wheel and make yet 
> > another GUI framework based on yet another graphical interface...
> 
> Portability is the issue and "to make it better" :-))
> 
> As said before: the topic is probably to general for this list.
> 
> my 2 cent
> 
> Peter

I don't think the discussion is off topic. Any general purpose scripting language needs at some point or another a widely accepted, portable and easy to use gui library, like what tk is to tcl. The widely acceptance criterion is conditionned by the fact that the lib must respect the language paradigm (in the case of Lua simple C source, extensibility and embeddability). Lua is lacking one.

The problem with gui libraries is that their lifetime is quite short, and there are 'dead bodies' everywhere on the internet, so finding an alive lib is quite difficult. Making it widely accepted in such a short time span is extremely hard. So on that basis any discussion that may trigger wide interest in a potential gui cornerstone for Lua on this mailing list is a good thing.

My 2 cents :-)

Jérôme.