racket/collects/drracket
Matthew Flatt 27f1b39294 add `configure-runtime' submodule support
A language can now introduce a `configure-runtime' submodule that
is `dynamic-require'd before the enclosing module.

This new submodule protocol provides a more general and
easier-to-understand way of configuring the run-time environment for
a module's language, as compared to the `module->language-info'
path (through a `get-info' function, via a 'configure-runtime value,
and finally loading the specified module).

The `module->language-info' path remains in place, and it is
checked after a `configure-runtime' submodule is run, since
that order is likely to be the most backward compatible.
2013-05-07 08:31:16 -04:00
..
private add `configure-runtime' submodule support 2013-05-07 08:31:16 -04:00
acks.rkt add Burke to acks 2013-04-11 19:35:07 -05:00
arrow.rkt improve the way check syntax draws arrows 2011-08-13 15:03:26 -05:00
check-syntax.rkt make-traversal's optional argument is now ignored 2013-03-06 12:31:50 -06:00
default-code-style.rkt
doc.icns
drracket.creator
drracket.filetypes
drracket.rkt add support for firing up a REPL to poke at DrRacket 2013-04-05 22:39:19 -05:00
drracket.utiexports
drracket.wmclass set DrRacket WM_CLASS class name to "DrRacket" 2011-09-26 18:07:18 -06:00
info.rkt
installer.rkt
main.rkt
pltdoc.icns
sprof.rkt add a preference to control whether or not there is an extra 2012-03-24 20:20:05 -05:00
syncheck-drracket-button.rkt Added lock-icon 2012-06-26 15:00:05 -06:00
syncheck.rkt
tool-lib.rkt modernize a few contracts in drracket 2013-04-23 23:06:22 -05:00
tool.rkt