[racket] Goldilocks: install too big, install-plain too slow

From: Jay McCarthy (jay.mccarthy at gmail.com)
Date: Mon Dec 3 14:36:54 EST 2012

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

Jay

--
Jay McCarthy <jay at cs.byu.edu>
Assistant Professor / Brigham Young University
http://faculty.cs.byu.edu/~jay

"The glory of God is Intelligence" - D&C 93

Posted on the users mailing list.