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

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

Re: Calling a function with undefined symbol


From: Michael Heerdegen
Subject: Re: Calling a function with undefined symbol
Date: Wed, 09 Nov 2022 00:53:33 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Sam Steingold <sds@gnu.org> writes:

> or this:
>
> ((lambda (x) `(,x ',x)) '(lambda (x) `(,x ',x)))

Then I would say

  (#1=(lambda (x) '(#1# '#1#)) #1#)

to get rid of duplicated lambdas and backquotes in the code (isn't it
much better readable now?).

Michael.



reply via email to

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