[racket] module system overview

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Mon May 7 17:16:31 EDT 2012

It looks like the Module Guide needs a serious update for the submodule addition. Any volunteers? -- Matthias




On May 7, 2012, at 5:10 PM, Danny Yoo wrote:

> , but,
> is there anything out there that explains the rationale and problems
> that it is trying to solve -
> 
> 
> Modules let us box code up for reuse.  If you have some helper functions, you can put them in a module.  A module can reuse the exports of other modules.
> 
> Have you seen the Racket Guide?  It talks about modules here:
> 
> http://docs.racket-lang.org/guide/modules.html
> 
> Please feel free to ask questions here.  Good luck!
> ____________________
>  Racket Users list:
>  http://lists.racket-lang.org/users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20120507/9469824b/attachment-0001.html>

Posted on the users mailing list.