[plt-scheme] Re: plt-scheme digest, Vol 1 #951 - 15 msgs

From: Guillaume Marceau (gmarceau at cs.brown.edu)
Date: Tue Aug 10 08:26:08 EDT 2004

On Tue, 10 Aug 2004, Matthew Jadud wrote:

> 1) I write a Scheme program: say, a small bytecode interpreter

yes

> 2) I want to "debug" my programs.

yes

> 3) I write a little GUI that continuously shows the state of the
> register variables and memory hash using FrTime.

yes, that's the idea

> 4) I can even (I suspect) run my computation backwards and forwards if I
> instrument the virtual machine correctly, using << and >> buttons in a
> FrTime GUI. I imagine an appropriate call to call/cc in one or two
> places achieves what I'm talking about.

yes and no.

MzTake will let you pause the program in the middle of the execution, and
then resume forward. However, we don't have backward time travel
implemented (unfortunately).


-- 
After five years, the case was finally settled on June
30th, 2004: a federal judge ruled that Mattel pay
Forsythe 1.8 million in legal fees and court costs,
calling Mattel's suit frivolous and unreasonable

-- freeculture.org, about the national Barbie-in-a-Blender day



Posted on the users mailing list.