guile-sources
[Top][All Lists]
Advanced

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

Re: current-environment


From: Mikael Djurfeldt
Subject: Re: current-environment
Date: Sat, 15 Mar 2003 10:23:47 +0100
User-agent: Gnus/5.090015 (Oort Gnus v0.15) Emacs/21.2

Aaron VanDevender <address@hidden> writes:

> Here is a patch which adds the ability to obtain an environment
> and eval using it.

Thank you for your patch!  It is always nice to see people do
intelligent things with the Guile source.

But in this particular case: Doesn't this do the same thing as the
combination of

  (the-environment)

and

  (local-eval EXP ENV)

?

I should add that there has been a lot of controversy about these two,
since some people believe it would be an advantage for future
compilers not to have to support this form of evaluation.

Best regards,
Mikael D.




reply via email to

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