[plt-scheme] mztext replacement

From: Dave Herman (dherman at ccs.neu.edu)
Date: Thu Feb 28 12:03:46 EST 2008

> [BTW, one thing that is missing for now some way to include another
> file.  `require' doesn't work right since it executes the other file
> before the current code runs.

Are you just talking about including other mztext files (e.g., 
"textually include the results of processing this other mztext file 
here"), or can you not even require other ordinary Scheme modules (e.g., 
(require srfi/1/list))?

Dave


Posted on the users mailing list.