lua-users home
lua-l archive

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


on 5/18/05 6:16 AM, Luiz Henrique de Figueiredo at lhf@tecgraf.puc-rio.br
wrote:

  
- debug information includes last line of a function definition
    
Yay!

  
- new operation *t (for size of t)
    
Am I unusual for being uncomfortable with the same token being used for both
prefix and infix syntax?

Mark
  
I would also prefer something different, like #t for example. The use of # makes much more sense to me as it is a symbol related to counting and numbers.

Malte Thiesen