[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Closures - do you understand them well?
From: |
Emanuel Berg |
Subject: |
Re: Closures - do you understand them well? |
Date: |
Sat, 10 Dec 2022 05:52:31 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Michael Heerdegen wrote:
>> OK, so is it the closures? Or the loops?
>>
>> Or ... the lamdas?
>>
>> (setq x 111)
>>
>> (setq f (lambda () x))
>>
>> (funcall f)
>>
>> (setq x 222)
>>
>> (funcall f)
>
> Maybe I'm too tired, but I don't understand the question. What's "it"
> in the first question?
I don't know, and I studied it at the university even ...
--
underground experts united
https://dataswamp.org/~incal
- Re: Closures - do you understand them well?, (continued)
- Re: [External] : Re: Closures - do you understand them well?, Emanuel Berg, 2022/12/21
- Re: Closures - do you understand them well?, Emanuel Berg, 2022/12/08
- Re: Closures - do you understand them well?, Michael Heerdegen, 2022/12/08
- Re: Closures - do you understand them well?, tomas, 2022/12/08
- Re: Closures - do you understand them well?, Emanuel Berg, 2022/12/09
- Re: Closures - do you understand them well?, Michael Heerdegen, 2022/12/09
- Re: Closures - do you understand them well?,
Emanuel Berg <=
Re: Closures - do you understand them well?, Eric Abrahamsen, 2022/12/08
Re: Closures - do you understand them well?, Emanuel Berg, 2022/12/08