guile-user
[Top][All Lists]
Advanced

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

Re: translators and scoping rules (was: Re: language translator help)


From: Marius Vollmer
Subject: Re: translators and scoping rules (was: Re: language translator help)
Date: 28 Apr 2002 16:35:17 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

"John W. Eaton" <address@hidden> writes:

> [defining new local variables via eval.]
>
> OK.  I'm not sure whether this feature is really necessary, but it
> might also turn out to be a mistake to design the translator in way
> that makes it impossible.

Can you statically determine whether a function uses eval in such a
way?  If so, you can generate efficient code for functions that can
not define new locals, and use some horrible scheme for functions that
can.



reply via email to

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