[plt-scheme] Wrapping non-PLT code in modules

From: Anton van Straaten (anton at appsolutions.com)
Date: Tue Oct 29 16:20:41 EST 2002

> Ok, so why not just add `#%require' and `#%provide' to the exports of
> `(lib "r5rs.ss" "lang")'? Done.

Hey, that's what I did!  :)  Modulo the #%'s, that is.

Thanks a heap.

> (#%require (rename (lib "include.ss") #%include include))

I'm learning a lot about the module system...  Is it Turing-complete?  ;o)

Anton



Posted on the users mailing list.