[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Wishful request for next version: '// 1' should produce integer
- From: Flyer31 Test <flyer31@...>
- Date: Sun, 9 Jan 2022 08:03:27 +0100
> 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.