[racket-dev] `configure-runtime' submodule

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Tue May 7 09:37:39 EDT 2013

At Tue, 7 May 2013 07:31:36 -0600, Jay McCarthy wrote:
> On Tue, May 7, 2013 at 7:17 AM, Matthew Flatt <mflatt at cs.utah.edu> wrote:
> > The `racket' (and `racket/base') language adds a
> > `configure-runtime' submodule to a module body unless there's already
> > an immediate declaration (i.e., not under `begin' and not introduced by
> > a macro).
> 
> Does that mean that if it *is* under a begin or introduced by a maco,
> it will be appended like module+ or will it be a conflict?

It will be a conflict.

If you want the configuration of `racket' plus more, the
`racket/runtime-config' provides `configure' function that implements
the configuration of `racket'.


Posted on the dev mailing list.