7 lines
303 B
Scheme
7 lines
303 B
Scheme
(module info (lib "infotab.ss" "setup")
|
|
(define name "HtDP Languages")
|
|
(define doc.txt "doc.txt")
|
|
(define tools (list "htdp-langs.ss"))
|
|
(define tool-icons (list '("htdp-icon.gif" "icons")))
|
|
(define tool-names (list "How to Design Programs"))
|
|
(define tool-urls (list "http://www.htdp.org/"))) |