emacs-devel
[Top][All Lists]
Advanced

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

Re: Making 'eq' == 'eql' in bignum branch


From: Elias Mårtenson
Subject: Re: Making 'eq' == 'eql' in bignum branch
Date: Wed, 29 Aug 2018 11:22:01 +0800

On Wed, 29 Aug 2018 at 02:19, Clément Pit-Claudel <address@hidden> wrote:
 
FWIW, I'm not a fan of using either (min) or (max) to represent minus infinity; it looks a bit odd.  Many other languages have an infinity constant already, so that pattern is well established; making (max) an alias for either of the infinities is prone to introducing confusion.

For anyone curious, the way to do it in APL is ⌈/⍬ and ⌊/⍬, which literally means take the max and min values of an empty list, so it's not completely unheard of.

Regards,
Elias

reply via email to

[Prev in Thread] Current Thread [Next in Thread]