[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [External] : Re: master 12f63c18f6 1/2: Add new macro 'while-let'
From: |
Drew Adams |
Subject: |
RE: [External] : Re: master 12f63c18f6 1/2: Add new macro 'while-let' |
Date: |
Mon, 17 Oct 2022 00:14:12 +0000 |
> Yeah, that's a Lisp convention I learned from Magit's maintainer --
> when/unless for side-effects, and/or for return value. I appreciate
> having and-let for this reason.
It's a very old convention (and a good one) - even
called out in "Common Lisp The Language" (from the
beginning).