racket/collects/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
..
examples
lang
private
balloon.rkt
base.rkt slideshow: add `slide->pict' 2012-05-22 06:20:54 -04:00
cmdline.rkt slideshow: run a slideshow' or main' submodule, if any 2012-05-29 11:00:43 -06:00
code.rkt
core.rkt more error-message conversions and repairs 2012-05-27 11:29:21 -06:00
doc.txt
face.rkt
flash.rkt
info.rkt
initial-ones.rkt
main.rkt
mask.xbm
param.rkt
pict-convert.rkt move and rename pict `convert' support 2012-04-06 18:51:10 -06:00
pict-snipclass.rkt
pict.rkt Last icon rewrite! 2012-01-07 16:18:11 -07:00
play.rkt
run.rkt
sig.rkt slideshow: add `slide->pict' 2012-05-22 06:20:54 -04:00
slide.rkt slideshow: add `slide->pict' 2012-05-22 06:20:54 -04:00
slides-to-picts.rkt fix `get-slides-as-picts' most-recent-slide implementation 2011-11-19 19:14:51 -07:00
slideshow.bmp
slideshow.png
slideshow.rkt
start-param.rkt
start.creator
start.icns
start.ico
start.rkt slideshow: run a slideshow' or main' submodule, if any 2012-05-29 11:00:43 -06:00
step.rkt
tool.rkt
tutorial-show.rkt slideshow: add current-gap-size' and some #:gap-size' arguments 2012-05-20 13:39:08 -06:00
viewer.rkt