[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: `eval'ing form in the current lexical environment
From: |
Thuna |
Subject: |
Re: `eval'ing form in the current lexical environment |
Date: |
Tue, 09 Jul 2024 00:42:50 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Yeah, I knew about how macro-redefined-as-function was handled but I
(mistakenly) figured the reverse would be handled by expanding it during
evaluation.
Now, what we are talking about only applies when the code is compiled,
so interpreted functions /will/ break, but given I don't have a working
fix I am more then willing to call it the programmer's problem and leave
it be.