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

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

Re: Lisp anime video


From: Emanuel Berg
Subject: Re: Lisp anime video
Date: Sun, 29 Aug 2021 18:10:43 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

tomas wrote:

>> Here is a screenshot of the code from the video:
>> 
>>   https://dataswamp.org/~incal/scheme/lisp-maybe.png
>> 
>> What I can see, it says exactly
>> 
>> (cond (=1 n)
>>   (* n
>>      (fac (- n
>>              1))
>>   n)
>> 
>> which doesn't work in MIT/GNU Scheme or GNU Guile.
>
> This looks somehow garbled. Cond doesn't work like
> that. But I give up for now.

Strange mistake for this kind of video, don't you think?

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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