[plt-scheme] abusing modules

From: Pedro (pedro at bluecg.com)
Date: Tue May 6 09:06:29 EDT 2003

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

Yes. You can either use a partial assembly name:
"mscorlib"/"system.data.dll" or a path: (assembly (from
"c:\\my-assembly.dll")).

-pp



Posted on the users mailing list.