lua-users home
lua-l archive

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


"Patrick Donnelly" <batrick.donnelly@gmail.com> wrote:

> What features would you like to see added?

* an optional mode (similar to a C/C++ #pragma?) that requires *all*
  variables, local and global, to be explicitly declared

* a full and orthogonal set of metamethods and raw... functions
  (already beaten to death elsewhere)

* continue (alas, that requires changing repeat ... until semantics)

* a standardised way to set and query metadata for userdata, tables and
  classes (along the lines of what Stephen mentioned)

* breaking out of nested loops

* function module() could do with some tightening

* ...

Mainly, it's global variables springing into existence when you least
expect them. Most of the rest is indeed sugar: for such a small language
Lua is amazingly full-featured.

-- 
cheers  thomasl

web : http://thomaslauer.com/start