lua-users home
lua-l archive

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


> I like the big int operator idea. It’ll be far better to lose the comment introducer in some case. Just use the multi line comment —[

Thank you for support, but I really would NOT recommend to sacrifice
the -- line comment  for this.

As I stated in my post yesterday, I am quite convinced that these
operators ++, **, // will be only used by about 1% of Lua programmers,
and only by specialists,

And for such people the workaround a ++ -b instead of a -- b should be
quite straightforward - no big problem.