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: Sam Steingold
Subject: Re: Calling a function with undefined symbol
Date: Tue, 08 Nov 2022 16:35:23 -0500
User-agent: Gnus/5.13 (Gnus v5.13)

> * Michael Heerdegen <zvpunry_urreqrtra@jro.qr> [2022-11-08 16:52:38 +0100]:
>
> (d) What's the return value of evaluating the expression
>
>   (funcall
>    (lambda (x) (funcall x x))
>    (lambda (x) (funcall x x)))

or this:

((lambda (x) `(,x ',x)) '(lambda (x) `(,x ',x)))


-- 
Sam Steingold (https://aphar.dreamwidth.org/) on darwin Ns 10.3.2113
https://lastingimpactpsychology.com https://steingoldpsychology.com
http://think-israel.org https://honestreporting.com https://www.memritv.org
Telling a programmer there's already a library to do X is like telling a 
songwriter there's already a song about love.



reply via email to

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