Hi, Feeling a little silly replying to myself, but...
On Mon 15 Feb 2010 23:07, Andy Wingo <wi...@pobox.com> writes: > I need an efficient with-fluids, some pieces of prompt and abort, > and to add that all to the bootstrap language of Guile, and I have > it. Efficient with-fluids: check! The implementation still causes a couple allocations, but those will be avoidable in the future as an implementation change -- if we change the wind stack to actually be stack-allocated, and not a list. So on to figuring out the prompt and abort implementations... A -- http://wingolog.org/