[plt-scheme] Requiring compiled modules

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Wed Mar 25 14:32:08 EDT 2009

At Wed, 25 Mar 2009 16:23:26 +0000, Noel Welsh wrote:
> > 3. I can distribute a module to my students that I want them to use,
> > but don't want them to have the source for?
> 
> Not sure, but perhaps nuking the source and keeping the compiled
> directory will work.

Yes, it should. Just `require' as if the source were there, and the
compiled file will be used.



Posted on the users mailing list.