Don, the "raco demod" command does this, it creates a "demodularized" compiled .zo file that contains all the dependencies of whatever .rkt file you give it. If this isn't exactly what you're looking for, the implementation of "raco demod" may contain something closer.
You can see the documentation at http://docs.racket-lang.org/raco/demod.html, but it says little more than I already have. Carl Eastlund On Sun, Apr 21, 2013 at 9:18 PM, Don Green <infodeveloper...@gmail.com>wrote: > Is there a Racket function that will create a single module file from > multiple module files? > > In other words, given a top-level module that calls a series of other > modules, is there a function that will generate a single module instead? > > I know how to do this manually but does a function exist to do this? > > Thanks > Don Green > > ____________________ > Racket Users list: > http://lists.racket-lang.org/users > >
____________________ Racket Users list: http://lists.racket-lang.org/users