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: Tue, 08 Nov 2022 20:57:59 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

<tomas@tuxteam.de> writes:

> Now would that be more fun if Elisp did tail call optimization?
>
> Let me try in Guile:
>
>   scheme@(guile-user)> ((lambda (x) (x x)) (lambda (x) (x x)))
>
> Yes, it is :)

Impressive - it just produces a bit of heat over time, but it doesn't
consume memory.

Michael.




reply via email to

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