[racket] module system overview
>
> , 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!
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20120507/7554e924/attachment.html>