[plt-scheme] Literal file inclusion within a PLT module definition

From: Rohan Drape (rd at alphalink.com.au)
Date: Fri Jul 16 02:43:29 EDT 2004

I have a project stored over many files that is organized 
as a load sequence.  I have a script that catenates the 
load sequence and creates a PLT module file.  This works but...

I am wondering if there is something like a 'literal-include' 
form available so that the module file need not actually include 
the entire program text.  

I understand that this is not ideal and would not be recommended 
but it would useful in this situation.

Thanks in advance,
Rohan

[
Ie. instead of the catenated file there would be something like:

#cs(module project base
(literal-include "area/file.scm")
...
(provide (all-defined)))
]



Posted on the users mailing list.