This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Inconsistant Results


Dirk Herrmann <dirk@ida.ing.tu-bs.de> writes:

> Are threre special reasons _not_ to separate the macro expansion, or is it
> just because we are waiting for someone (who is known to be a lazy
> bastard) to do it?

In SCM, the idea behind combined macro expansion/evaluation is to keep
the interpreter itself small and the total cost for
load/expansion/evaluation low.

But there are a number of reasons speaking for a separate phase.  For
example, if we have it separate, we'll be able to optimize the
evaluator further than we can do now.

I think Marius is working on a separate phase in the current
evaluator.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]