On this page:
How to Design Programs Languages
5.92

How to Design Programs Languages

The languages documented in this manual are provided by DrRacket to be used with the How to Design Programs book.

When programs in these languages are run in DrRacket, any part of the program that was not run is highlighted in orange and black. These colors are intended to give the programmer feedback about the parts of the program that have not been tested. To avoid seeing these colors, use check-expect to test your program. Of course, just because you see no colors, does not mean that your program has been fully tested; it simply means that each part of the program has been run (at least once).

    1 Beginning Student

      1.1 Pre-Defined Variables

      1.2 Template Variables

      1.3 Syntax

      1.4 Pre-defined Functions

      1.5 Numbers: Integers, Rationals, Reals, Complex, Exacts, Inexacts

      1.6 Booleans

      1.7 Symbols

      1.8 Lists

      1.9 Posns

      1.10 Characters

      1.11 Strings

      1.12 Images

      1.13 Misc

    2 Beginning Student with List Abbreviations

      2.1 Pre-Defined Variables

      2.2 Template Variables

      2.3 Syntaxes for Beginning Student with List Abbreviations

      2.4 Common Syntaxes

      2.5 Pre-defined Functions

      2.6 Numbers: Integers, Rationals, Reals, Complex, Exacts, Inexacts

      2.7 Booleans

      2.8 Symbols

      2.9 Lists

      2.10 Posns

      2.11 Characters

      2.12 Strings

      2.13 Images

      2.14 Misc

    3 Intermediate Student

      3.1 Pre-Defined Variables

      3.2 Template Variables

      3.3 Syntax for Intermediate

      3.4 Common Syntaxes

      3.5 Pre-defined Functions

      3.6 Numbers: Integers, Rationals, Reals, Complex, Exacts, Inexacts

      3.7 Booleans

      3.8 Symbols

      3.9 Lists

      3.10 Posns

      3.11 Characters

      3.12 Strings

      3.13 Images

      3.14 Misc

      3.15 Numbers (relaxed conditions)

      3.16 Higher-Order Functions

    4 Intermediate Student with Lambda

      4.1 Pre-Defined Variables

      4.2 Template Variables

      4.3 Syntax for Intermediate with Lambda

      4.4 Common Syntaxes

      4.5 Pre-defined Functions

      4.6 Numbers: Integers, Rationals, Reals, Complex, Exacts, Inexacts

      4.7 Booleans

      4.8 Symbols

      4.9 Lists

      4.10 Posns

      4.11 Characters

      4.12 Strings

      4.13 Images

      4.14 Misc

      4.15 Numbers (relaxed conditions)

      4.16 Higher-Order Functions

    5 Advanced Student

      5.1 Pre-Defined Variables

      5.2 Template Variables

      5.3 Syntax for Advanced

      5.4 Common Syntaxes

      5.5 Pre-Defined Functions

      5.6 Numbers: Integers, Rationals, Reals, Complex, Exacts, Inexacts

      5.7 Booleans

      5.8 Symbols

      5.9 Lists

      5.10 Posns

      5.11 Characters

      5.12 Strings

      5.13 Images

      5.14 Misc

      5.15 Numbers (relaxed conditions)

      5.16 Higher-Order Functions

      5.17 Reading and Printing

      5.18 Vectors

      5.19 Boxes

      5.20 Hash Tables