Skip to content

Commit

Permalink
racket: Mention what modules are in a footnote
Browse files Browse the repository at this point in the history
  • Loading branch information
cwebber committed Mar 17, 2018
1 parent e983203 commit 8583b06
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion Snowman.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,16 @@ Why not use @racket[map] on our friend @racket[toaster]?
Now we know enough things to build a snowman.
Open a new file in DrRacket and @racketidfont{Save Definitions As...}
"snowman.rkt".
Make sure your definition includes the following, and then click run:
Make sure your definition includes the following,
@note{
By the way, we haven't described what @racket[require] means.
@racket[require] is a way to import other interesting "modules" or
"libraries" of code into our programs.
@racket[pict] is what lets us draw pictures in code, and there
are many other libraries that ship with Racket, as well as many more
@hyperlink["https://pkgs.racket-lang.org/"]{third party libraries}
that can be installed.}
and then click run:

@codeblock|{
#lang racket
Expand Down

0 comments on commit 8583b06

Please sign in to comment.