[plt-scheme] abusing modules
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
>
>