guile-devel
[Top][All Lists]
Advanced

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

Re: catch, throw, prompt, control, fluids, garbage collection


From: Andy Wingo
Subject: Re: catch, throw, prompt, control, fluids, garbage collection
Date: Sat, 17 Jul 2010 12:15:37 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Hi,

A late reply :)

On Sun 28 Feb 2010 23:16, Neil Jerram <address@hidden> writes:

> it was recently suggested to me that when a Guile program is running
> under a debugger, and hits some kind of error, the debugger could
> offer a menu of places in the program to jump back to.  I think that
> would align exactly with the set of prompt tags.

Yeah! We need a fluid to hold the restarts, and some sort of restart
data type that includes a prompt tag and a description of the
restart. Something like that. We should look to see what other schemes
do, and what other lisps do.

Fortunately this can be implemented entirely in Scheme :) Someone
interested in making a prototype?

Andy
-- 
http://wingolog.org/



reply via email to

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