[plt-scheme] Uncorrect enter! behaviour

From: Ferreira Maurizio (maurizio.ferreira at seling.it)
Date: Mon Jun 16 08:22:17 EDT 2008

I tried to follow the example in the document titled

'More: Systems Programming with PLT Scheme'

So I writed the serve.ss example as follows :

#lang scheme
  (define (go)
    'yep-it-works)

And loaded it with 

   (enter! "serve.ss")

After that, I tried to modify the example, but reevaluating the enter!
statement,
it doesn't reload my changes.

In order to see them I have to quit MzScheme and restart it.

I'm using MzScheme vers. 4.0 [3m], under Windows 2000 sp4.

Any suggestion ?

Regards
Maurizio.


Posted on the users mailing list.