[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Why does compile discard multiple values?
From: |
Jean Abou Samra |
Subject: |
Re: Why does compile discard multiple values? |
Date: |
Wed, 10 Aug 2022 15:11:10 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.12.0 |
Le 10/08/2022 à 15:01, Jean Abou Samra a écrit :
I can work around that using
((compile `(lambda () ,my-form)
#:env (current-module)))
Ugh, no, I can't. The form might be a define.
Does anybody know of a workaround?
Thanks,
Jean