[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: __bshr vs __bshl
- From: Dirk Laurie <dirk.laurie@...>
- Date: Mon, 9 Apr 2018 15:08:14 +0200
2018-04-09 14:58 GMT+02:00 dyngeccetor8 <dyngeccetor8@disroot.org>:
> On 04/08/2018 09:41 AM, Egor Skriptunoff wrote:
>> Why we have
>> __band, __bxor, __bor, __bnot
>> when we could simply have the only boolean operation
>> __bnand (Sheffer stroke) ?
>>
>> :-)
>>
> .. or using __bnor (Peirce arrow)?
In fact, why have Lua at all since a Turing machine can do everything?