[racket] fold/null-list? in srfi/1

From: Li-Ta Lo (lita.ollie at gmail.com)
Date: Sat Feb 26 15:38:49 EST 2011

Thanks.

What does "%3a1" mean?

Ollie

On Sat, Feb 26, 2011 at 1:19 PM, Andreas Rottmann <a.rottmann at gmx.at> wrote:

> Sam Tobin-Hochstadt <samth at ccs.neu.edu> writes:
>
> > I recommend just using plain Racket, instead of the R5RS language.
> > Choose "Use the language declared in the source" in the Language
> > dialog.
> >
> If you want to stay in R5RS, you could use the R6RS version of SRFI 1,
> which uses mutable lists:
>
> (#%require (lib "srfi/%3a1"))
> (null-list? '(1 2 3))
>
> Regards, Rotty
> --
> Andreas Rottmann -- <http://rotty.yi.org/>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20110226/95f59653/attachment.html>

Posted on the users mailing list.