[racket] Goldilocks: install too big, install-plain too slow
At Mon, 3 Dec 2012 12:36:54 -0700, Jay McCarthy wrote:
> On Mon, Dec 3, 2012 at 10:17 AM, Matthew Flatt <mflatt at cs.utah.edu> wrote:
> > The `raco demod' tool is even more aggressive --- it flattens a module
> > graph into one module --- but it doesn't seem to have a documented API.
>
> You just do:
>
> "raco demod file.rkt"
>
> and get back
>
> "file_rkt_merged.zo"
>
> which you can run with "racket"
>
> The documentation says that by my reading...
Sorry --- I mean to include "function" or some such word to indicate
that it can be called directly from a Racket program, as opposed to the
command line. I didn't mean to imply that it somehow isn't ready to be
used.