[plt-scheme] load from string or port ?

From: Robby Findler (robby at cs.uchicago.edu)
Date: Tue Apr 27 17:57:10 EDT 2004

At Tue, 27 Apr 2004 17:52:40 -0400, "Millaway, John" wrote:
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
> 
> Hi,
> 
> What is the equivalent of  (load "path"), but for code in a string or port? 

(read (eval p))

perhaps in a loop (and don't forget about multiple values :).

Robby


Posted on the users mailing list.