racket/collects/tests/htdp-lang
2011-07-06 05:35:25 -04:00
..
advanced.rktl Updated the error message of check-expect. Fine tuning of the error messages. 2011-07-06 05:35:25 -04:00
beg-adv.rktl Updated the error message of check-expect. Fine tuning of the error messages. 2011-07-06 05:35:25 -04:00
beg-bega.rktl Updated the error message of check-expect. Fine tuning of the error messages. 2011-07-06 05:35:25 -04:00
beg-intm.rktl The htdp test suite now checks that the correct error messages are thrown. 2011-07-06 00:19:22 -04:00
beg-intml.rktl Updated the error message of check-expect. Fine tuning of the error messages. 2011-07-06 05:35:25 -04:00
bega-adv.rktl Updated the error message of check-expect. Fine tuning of the error messages. 2011-07-06 05:35:25 -04:00
beginner-abbr.rktl
beginner.rktl Updated the error message of check-expect. Fine tuning of the error messages. 2011-07-06 05:35:25 -04:00
htdp-image.rktl Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files. 2011-06-20 04:27:14 -04:00
htdp-test.rktl Htdp no longer throws exceptions that have no source information 2011-07-06 00:19:24 -04:00
htdp.rktl
intermediate-lambda.rktl
intermediate.rktl The htdp test suite now checks that the correct error messages are thrown. 2011-07-06 00:19:22 -04:00
intm-adv.rktl Updated the error message of check-expect. Fine tuning of the error messages. 2011-07-06 05:35:25 -04:00
intm-intml.rktl The htdp test suite now checks that the correct error messages are thrown. 2011-07-06 00:19:22 -04:00
intmlam-adv.rktl The htdp test suite now checks that the correct error messages are thrown. 2011-07-06 00:19:22 -04:00
README added 'function', Closes PR 11283 2010-10-13 10:31:00 -04:00

The files in this directory test the teaching language implementation.

htdp.rktl
  load this file (racket -qr htdp.rktl) to run most of the tests
  $ racket -qr htdp.rktl
  
htdp-image.rktl
  load this file in gracket to run the htdp/image tests
  $ gracket -qr htdp-image.rktl 

See beginner.rktl for more.