This is the mail archive of the guile@sources.redhat.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: guile-vm-0.0


Keisuke Nishida <kxn30@po.cwru.edu> writes:

> Still it's faster than QScheme :)  So speed is okay.  I'm going to add
> more features, including exception handling, continuation, debugging
> support, macro expansion, etc.

Wow, great work! Just one question, how do you plan to handle
continuations? The problem with them is that they rely on call frames
being a tree, rather than a stack (although I suppose you can just
copy everything, as is done now).

Also, I suggest that you just expand all the macros during the
compilation (that's intended by the standard anyway).

-- 
How to eff the ineffable?

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