[racket] module system overview

From: Asumu Takikawa (asumu at ccs.neu.edu)
Date: Mon May 7 17:08:01 EDT 2012

On 2012-05-08 08:47:42 +1200, Ravi Chemudugunta wrote:
>    Hello,
>    Does anyone know of a good overview of the module system,
>    I found a reference page that shows the module form, but,
>    is there anything out there that explains*the rationale and problems
>    that it is trying to solve -

Have you found the guide entry on the module system? It explains modules
in a more tutorial-style:
  http://docs.racket-lang.org/guide/module-basics.html

In general, Racket docs often have both a guide and reference component,
so look for the guide entry when starting out.

Cheers,
Asumu

Posted on the users mailing list.