[plt-scheme] PLT Scheme 207 available
At Wed, 19 May 2004 19:18:22 +0100, Paulo Jorge de Oliveira Cantante de Matos wrote:
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>
> > (build-list (quotient seconds 10) add1)
> > and watch.
> >
>
> For some reason I get this:
> Welcome to DrScheme, version 207.
> Language: FrTime.
> > (build-list (quotient seconds 10) add1)
> . reference to undefined identifier: build-list
> >
Sorry about that -- for some reason I had thought build-list was in
FrTime when I suggested that one. Here's another expression to try out:
(map (lambda (x) (zero? (modulo seconds x))) '(2 3 5 7 11 13 17))
Robby