racket/collects/tests/htdp-lang
Robby Findler 7acc5b7852 adjust HtDP teaching languages' first and rest so that they accept circular lists.
This commit fix an unintentional change introduced by this commit:
  c7d67f9bab
(and it also adds in test cases for what that commit appears to have
been doing)

Assuming everyone agrees that the behavior for first rest from back
in 2010 is the behavior we still want (and the lack of release notes
on the subject makes me believe that we do), then:

Please include in 5.2.
2011-10-21 08:09:34 -05:00
..
pr
advanced.rktl adjust HtDP teaching languages' first and rest so that they accept circular lists. 2011-10-21 08:09:34 -05:00
beg-adv.rktl relaxed the restrictions on planet requires in the teaching languages to allow the new forms 2011-10-07 11:48:24 -05:00
beg-bega.rktl
beg-intm.rktl
beg-intml.rktl
bega-adv.rktl
beginner-abbr.rktl
beginner.rktl
htdp-image.rktl
htdp-test.rktl
htdp.rktl
intermediate-lambda.rktl
intermediate.rktl
intm-adv.rktl
intm-intml.rktl
intmlam-adv.rktl
prim.rkt
README

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.