> > , 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

