lua-users home
lua-l archive

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


2009/10/5 Ico <lua@zevv.nl>:
>
> * On 2009-10-05 David Given <dg@cowlark.com> wrote  :
>
>> I'm still pushing for my proposal to allow all characters with codes
>> in the range 128-255 to be considered valid in names.  This would
>> allow identifiers contain UTF-8 sequences.
>
> Interesting idea. What's the catch, if there is one ?
>

I don't know of one, I'm also in favour of this, though I mainly just
want some extra characters such as '!' that Ruby has (I've never
written a line of Ruby, so I'm envious) for marking methods which
mutate an object, and _ is over-used in Lua :)

Matthew