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

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

Ah, yes, that's right. We don't have a documented programmatic interface.

demod will be more useful shortly, at which point we'll do that too.

Jay

On Mon, Dec 3, 2012 at 12:40 PM, Matthew Flatt <mflatt at cs.utah.edu> wrote:
> 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.
>



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