[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Why I leave Lua (Was: Re: [ANN] Lua 5.3.0 (work3) now available)
- From: Coroutines <coroutines@...>
- Date: Wed, 9 Jul 2014 10:36:41 -0700
On Wed, Jul 9, 2014 at 10:31 AM, Enrico Colombini <erix@erix.it> wrote:
> My thoughts exactly :-)
> About ~= I am totally neutral: I do not even remember how the first 'not
> equal' operator I used looked like (and I have no difficult reading '~' as
> 'not').
Actually the only reason I wish ~= were changed is now that we have
bitwise operators -- it doesn't collide but it definitely would
confuse beginners into thinking we have compound assignment operators.
Oh well, they can learn quickly like most beginners..