[plt-scheme] Re: PLT Scheme v370

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Thu May 24 13:13:33 EDT 2007

Specifically:

  (require (lib "testing.ss" "htdp"))

  (check-expect (+ 1 1) 2)
  (check-expect (+ 1 1) 3)
  (check-error (/ 1 0))
  (check-error (/ 1 2))
  (generate-report)

-- Matthias




On May 24, 2007, at 1:09 PM, Robby Findler wrote:

> On 5/24/07, Robert Hicks <sigzero at gmail.com> wrote:
>> Robby Findler wrote:
>> > Yes. It never competely worked and we eventually dropped it.
>> >
>> > You can feel free to take over the code, fix bugs, and  
>> distribute it
>> > via planet. It doesn't need to be in any kind of privileged  
>> position
>> > in the sources or anything like that.
>> >
>>
>> Well when I fire up DrScheme my language is "Beginning Student". I  
>> just
>> thought it a neat feature.
>
> No argument there!
>
> One other thing of note here: there is a testing teachpack. You might
> want to look into that, too.
>
> Robby
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme



Posted on the users mailing list.