racket/collects/scribblings/slideshow
Matthew Flatt b098ca7aa6 slideshow: run a slideshow' or main' submodule, if any
A common Slideshow pattern is to put a subset of slides in its
own module with a `run-slides' function, and then you'd
(un)comment a `(run-slides)' call at the end of the module to
work on the subset by itself. Now, you can write
`(module+ main (run-slides))' atthe end of the module and not
have to comment it out. Adding `main' support to the `slideshow'
executable makes it more consistent with using `racket' directly.
Checking first for a `slideshow' submodule makes it possible
for `slideshow' and `racket' to do different things, in case
that's useful.
2012-05-29 11:00:43 -06:00
..
code.scrbl
guide.scrbl slideshow: run a slideshow' or main' submodule, if any 2012-05-29 11:00:43 -06:00
info.rkt
pict-diagram.rkt
picts.scrbl added thermometer 2012-05-18 10:48:24 -05:00
play.scrbl
slides.scrbl slideshow: add `slide->pict' 2012-05-22 06:20:54 -04:00
slideshow.scrbl docs reorganization 2011-07-01 17:16:53 -06:00
ss.rkt