[plt-scheme] Dumb Question about Dr Scheme Environment

From: Robby Findler (robby at cs.uchicago.edu)
Date: Wed Oct 20 10:09:06 EDT 2004

At Wed, 20 Oct 2004 07:02:49 -0700, "Alex Peake" wrote:
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> 
> I have a lot of (require...)s that I need to load before I can begin
> experimenting - takes a while.
> 
> Is there are way to keep this "environment" of required stuff and
> also use the Dr Scheme editor and "Execute"? I tried a simple
> (load...), but it appears that every time I hit Execute, I end up
> with a "fresh" environment. I continually refine the code I run after
> loading the environment.

In general, no. You'd have to use another REPL. You can, however,
compile the sources to .zo form and then they load much faster.

Robby


Posted on the users mailing list.