racket/pkgs/racket-doc/scribblings
Matthew Flatt 80aac79507 change place to create a submodule
When `place` expands, the body of the `place` form is placed into a
`(module* place-body-<n> #f ....)` submodule.

The `place` form previously placed its body in a lifted function,
where the function's exported name was based on
`(current-inexact-milliseconds)`. The generated submodules have
deterministic names, so that compilation is deterministic, and
submodule names don't collide (unlike exported function names) when
multiple `place`-using module are imported into some other module.
Also, using a submodule avoids the problem that the clock doesn't
change fast enough on Windows.
2015-08-14 17:55:47 -06:00
..
foreign adjust some versions in history notes 2015-07-30 14:49:31 -06:00
getting-started
guide update packges sources 2015-08-11 08:06:34 -06:00
inside
more fix link of Queinnec paper 2015-04-25 17:12:40 -05:00
raco add compiler/exe-dylib-path 2015-08-13 17:06:55 -06:00
reference change place to create a submodule 2015-08-14 17:55:47 -06:00
scheme
style Robby's improvement for Jay's things 2015-05-03 09:25:50 -04:00
finger.png
icons.css
icons.rkt
icons.tex
info.rkt
magnify.png