[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: map-put! and (setf (map-elt ...) ..) on lists
From: |
Tom Tromey |
Subject: |
Re: map-put! and (setf (map-elt ...) ..) on lists |
Date: |
Sun, 16 Dec 2018 09:32:09 -0700 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.1.90 (gnu/linux) |
>>>>> "Stefan" == Stefan Monnier <address@hidden> writes:
Stefan> -(cl-defgeneric map-put! (map key value)
Stefan> +(cl-defgeneric map-put! (map key value &optional testfn)
I wish Emacs would not adopt the Scheme "!" convention. I find it very
distracting when reading code, as if it is shouting all the time. Also,
IMO, it's not normally the case that modifications are so important that
they have to be called out; and anyway if they are, it would be better
to leave this to person reading the code rather than the person writing
it.
Tom
- map-put! and (setf (map-elt ...) ..) on lists, Stefan Monnier, 2018/12/14
- Re: map-put! and (setf (map-elt ...) ..) on lists,
Tom Tromey <=
- RE: map-put! and (setf (map-elt ...) ..) on lists, Drew Adams, 2018/12/16
- Re: map-put! and (setf (map-elt ...) ..) on lists, Stefan Monnier, 2018/12/16
- Re: map-put! and (setf (map-elt ...) ..) on lists, Nicolas Petton, 2018/12/17
- Re: map-put! and (setf (map-elt ...) ..) on lists, Eli Zaretskii, 2018/12/17
- RE: map-put! and (setf (map-elt ...) ..) on lists, Drew Adams, 2018/12/17
- RE: map-put! and (setf (map-elt ...) ..) on lists, Nicolas Petton, 2018/12/18
- RE: map-put! and (setf (map-elt ...) ..) on lists, Drew Adams, 2018/12/18