guile-user
[Top][All Lists]
Advanced

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

Re: Anaphoric macros like when-let


From: Mark H Weaver
Subject: Re: Anaphoric macros like when-let
Date: Sun, 27 Aug 2017 16:24:30 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

Arun Isaac <address@hidden> writes:
> Is there a Scheme or Guile equivalent to Emacs Lisp's `when-let' ?

I have nothing to add to Matt and Kyle's answers, except to mention that
'when-let' is not actually an anaphoric macro.  Anaphoric macros are
those that introduce a binding that is not named by the user, e.g. 'it',
which is called an anaphor.  For more, see:

  https://en.wikipedia.org/wiki/Anaphoric_macro

      Mark



reply via email to

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