[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: guile for lisp set
From: |
Mikael Djurfeldt |
Subject: |
Re: guile for lisp set |
Date: |
13 Dec 2000 18:50:50 +0100 |
User-agent: |
Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7 |
Marius Vollmer <address@hidden> writes:
> So, I myself will avoid using local-eval as long as I can and not
> promise that it will always be around. Others might disagree.
I agree that local-eval shouldn't be part of the standard Guile API.
However, it should stay as a binding for now since it's used in the
debugger when evaluating expressions in local frames.
Maybe we could bunch together that kind of bindings in a special
"reflection" module which is implementation-specific and not
guaranteed to stay constant?