[plt-scheme] abusing modules

From: Katsmall the Wise (kela_bit at netvision.net.il)
Date: Tue May 6 05:46:57 EDT 2003

Shouldn't the file name be either test.ss or test.scm?
Not sure about it, though.

When you (require (assembly name)), can name be "System", 
"System.Reflection", "Microsoft.DirectX" and the suchlikes?

Katsmall T. Wise

Pedro Pinto wrote:

>This works if `test' is define and required at the top level. However
>`(require "test")' results in an error:
>
>require: unknown module: <module-name> 
>
>Any ideas as to why? I realize that this is a bit of an abuse of the
>module system but I am somewhat infatuated with the cleanness of the
>syntax. 
>
>Thanks in advance,
>-pp
>  
>



Posted on the users mailing list.