[plt-scheme] Organizing Code

From: Jens Axel Søgaard (jensaxel at soegaard.net)
Date: Tue Mar 7 20:36:55 EST 2006

Kevin A. Smith wrote:

> * I'd like to have the flexibility for modules to span multiple source 
> files. This is not a hard requirement but a very nice to have.

You mean something like this?

(module foo mzscheme
    (require (lib "include.ss"))
    (include "a.scm")
    (include "b.scm")
    (include "c.scm"))

-- 
Jens Axel Søgaard






Posted on the users mailing list.