[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Secure evaluation
From: |
Paul Jarc |
Subject: |
Re: Secure evaluation |
Date: |
Mon, 14 Jul 2003 11:43:46 -0400 |
User-agent: |
Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) |
David Allouche <address@hidden> wrote:
> But maybe I am misunderstanding how SET! interacts with modules (I
> have not tested) and maybe it is not possible to modify another module
> by SET!ing an imported binding.
It is not possible with set!, but it is possible with module-set!.
Compound objects can also be modified with set-cdr!, etc., regardless
of which module the object comes from.
paul