unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Nicolas Petton <nicolas@petton.fr>
To: Drew Adams <drew.adams@oracle.com>,
	Stefan Monnier <monnier@IRO.UMontreal.CA>
Cc: Tom Tromey <tom@tromey.com>, emacs-devel@gnu.org
Subject: RE: map-put! and (setf (map-elt ...) ..) on lists
Date: Tue, 18 Dec 2018 11:11:37 +0100	[thread overview]
Message-ID: <87bm5jm9eu.fsf@petton.fr> (raw)
In-Reply-To: <89a74aae-cc0d-4fea-aeef-1e4afdc518e5@default>

[-- Attachment #1: Type: text/plain, Size: 1970 bytes --]

Drew Adams <drew.adams@oracle.com> writes:

> Do we have a non-destructive `map-put'?

There's `map-insert'.

> I see that there is a macro `map-put', so I guess that would qualify.
> But no - that macro is now obsolete - replaced by `map-put!'.
>
> Much more important than the function name, however, is
> the real answer: Put the important info in the doc string.

The docstring, yes, of course, but the function name is IMHO the most
important part of the documentation.

> That's what should have been done at the outset, and
> AFAICT it still hasn't been done, here.  I see these doc
> strings for the obsolete `map-put' and the new `map-put!',
> respectively:
>
> map-put:
>
>  Associate KEY with VALUE in MAP and return VALUE.
>  If KEY is already present in MAP, replace the associated value
>  with VALUE.
>  When MAP is a list, test equality with TESTFN if non-nil, otherwise use `eql'.
>
>  MAP can be a list, hash-table or array.
>
> map-put!:
>
>  Associate KEY with VALUE in MAP and return VALUE.
>  If KEY is already present in MAP, replace the associated value
>  with VALUE.
>
> The only change was to get rid of the last two lines (the
> first of which is too long, BTW).
>
> Whoa!  Nothing anywhere there that says whether a copy is
> returned or the original value is mutated.  That's a bug,
> IMO.

Agreed.  I'll fix that.

> If you really want clarity about whether a function is
> destructive, put it in the doc string.  That's the real
> answer to Stefan's quandary, "Don't use "!" as a suffix"
> doesn't say what to do instead."
>
> That's the place to start.  And unless there is also to
> be a non-destructive version, and we _need_ to have two
> different names, there is no need to have any name
> indication that a given function is "destructive".

As I said, I like Stefan's approach, but if everybody else dislike it,
and if you think it's not idiomatic Elisp, then let's change the name.

Stefan, would it be ok with you?

Cheers,
Nico

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

  reply	other threads:[~2018-12-18 10:11 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-14 17:32 map-put! and (setf (map-elt ...) ..) on lists Stefan Monnier
2018-12-16 16:32 ` Tom Tromey
2018-12-16 17:37   ` Drew Adams
2018-12-16 18:20     ` Stefan Monnier
2018-12-16 23:06       ` Tom Tromey
2018-12-17  3:16         ` Stefan Monnier
2018-12-17  4:08       ` Stefan Monnier
2018-12-17 11:41         ` Nicolas Petton
2018-12-17 16:06           ` Eli Zaretskii
2018-12-17 16:07           ` Drew Adams
2018-12-18 10:11             ` Nicolas Petton [this message]
2018-12-18 13:56               ` Stefan Monnier
2018-12-18 15:42                 ` Drew Adams
2018-12-18 15:34               ` Drew Adams
2018-12-18 15:47                 ` Stefan Monnier
2018-12-18 16:34                 ` Nicolas Petton
2018-12-18 17:41                   ` Drew Adams
2018-12-18 20:44                     ` Nicolas Petton
2018-12-16 18:21     ` Stefan Monnier
2018-12-17 11:38 ` Nicolas Petton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87bm5jm9eu.fsf@petton.fr \
    --to=nicolas@petton.fr \
    --cc=drew.adams@oracle.com \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@IRO.UMontreal.CA \
    --cc=tom@tromey.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).