Email list hosting service & mailing list manager

Comments on SRFI-13 reference implementation Brad Lucier (16 Nov 2000 20:05 UTC)
Re: Comments on SRFI-13 reference implementation shivers@xxxxxx (16 Dec 2000 02:42 UTC)
Re: Comments on SRFI-13 reference implementation Brad Lucier (16 Dec 2000 03:16 UTC)
Re: Comments on SRFI-13 reference implementation Brad Lucier (16 Dec 2000 04:55 UTC)
list of alphas shivers@xxxxxx (16 Dec 2000 16:05 UTC)

Re: Comments on SRFI-13 reference implementation Brad Lucier 16 Dec 2000 04:55 UTC

> I suppose since you're walking the list
> anyway in lp, you could check it inside the cond and get rid of the extra two
> traversals of the list (for list? and ##every?).

Scratch that comment; you still need to use something like list? to make
sure that strings is a proper list, i.e., not circular.

Brad