help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: quoting lambdas


From: Michael Heerdegen
Subject: Re: quoting lambdas
Date: Tue, 19 Mar 2019 15:15:33 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Emanuel Berg <moasenwood@zoho.eu> writes:

> So #' with lambdas should be meaningless, right?
>
> But I suppose if they are meaningless, one might put them there just
> as well :)

Yes both times, AFAIK.

It's even the case that `lambda' is a normal macro that implicitly
sharp-quotes "itself", e.g.

 (macroexpand '(lambda () 1))

  ==> #'(lambda nil 1)

Michael.



reply via email to

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