Skip to content

Commit bfaf678

Browse files
spdegabriellemfelleisen
authored andcommitted
Update htdp-langs.scrbl to specify teaching lang language directives
Update htdp-langs.scrbl to specify teaching lang language directives
1 parent 225052d commit bfaf678

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

htdp-doc/scribblings/htdp-langs/htdp-langs.scrbl

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@ because you see no colors, does not mean that your program has been
1616
fully tested; it simply means that each part of the program has been run
1717
(at least once).
1818

19+
While these languages are normally selected using the Choose Language dialog
20+
in DrRacket, they can also be accessed using the @litchar{#lang} language
21+
directive as the first line of code in DrRacket or other editors.
22+
23+
@itemize[
24+
@item{Beginning Student @litchar{#lang htdp/bsl}}
25+
@item{Beginning Student with List Abbreviations @litchar{#lang htdp/bsl+}}
26+
@item{Intermediate Student @litchar{#lang htdp/isl}}
27+
@item{Intermediate Student with lambda @litchar{#lang htdp/isl+}}
28+
@item{Advanced Student @litchar{#lang htdp/asl}}
29+
]
30+
1931
@table-of-contents[]
2032

2133
@;------------------------------------------------------------------------

0 commit comments

Comments
 (0)