[plt-scheme] DrScheme interpreter question

From: Robby Findler (robby at cs.uchicago.edu)
Date: Sun Feb 3 10:27:32 EST 2008

This has come up several times now and the short answer is "we
designed DrScheme to not do that because that is fraught with problems
of inconsistent programs".

Of course, you can just copy &  paste whatever you want into the
interactions window to get most of that back if you really want to.

Robby

On Feb 3, 2008 8:23 AM, Dave Griffiths <dave at pawfal.org> wrote:
> Hi all,
>
> Is there a way to evaluate the contents of the DrScheme editor buffer
> without reinitialising the interpreter? What I'm after is a bit like a
> repl - i.e. modifying a running program in the text buffer.
>
> cheers,
>
> dave
>
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>


Posted on the users mailing list.