all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier via Users list for the GNU Emacs text editor <help-gnu-emacs@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: [External] : Re: function arguments optional default values
Date: Sat, 06 Jul 2024 15:04:47 -0400	[thread overview]
Message-ID: <jwv5xti9web.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: SJ0PR10MB548859938A092D91E9BC5173F3D82@SJ0PR10MB5488.namprd10.prod.outlook.com

> Interesting!  Thanks.
>
> I wonder what the case is with various
> Common Lisp implementations.

Good implementations probably generate about the same code.  BTW, the
same kind of thing applies in pretty much all languages, which is why
SSA is such a popular intermediate compiler representation (the
conversion to SSA form basically changes your code from the `setq`
version to the `let` version).


        Stefan




  reply	other threads:[~2024-07-06 19:04 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-03 21:21 function arguments optional default values Heime
2024-07-03 21:51 ` Stephen Berman
2024-07-03 21:56   ` Heime
2024-07-03 22:04     ` Stephen Berman
2024-07-03 22:24       ` Stephen Berman
2024-07-06 12:43 ` Jean Louis
2024-07-06 15:03   ` [External] : " Drew Adams
2024-07-06 15:55     ` Stefan Monnier via Users list for the GNU Emacs text editor
2024-07-06 16:06       ` Drew Adams
2024-07-06 19:04         ` Stefan Monnier via Users list for the GNU Emacs text editor [this message]
2024-07-06 21:48       ` Heime

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

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

  git send-email \
    --in-reply-to=jwv5xti9web.fsf-monnier+emacs@gnu.org \
    --to=help-gnu-emacs@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.