Email list hosting service & mailing list manager

SRFI-22 -- What won't work shivers@xxxxxx (20 Mar 2001 18:01 UTC)
Re: SRFI-22 -- What won't work sperber@xxxxxx (20 Mar 2001 18:45 UTC)
Re: SRFI-22 -- What won't work Marc Feeley (20 Mar 2001 19:21 UTC)
Script names shivers@xxxxxx (20 Mar 2001 21:52 UTC)
Re: SRFI-22 -- What won't work sperber@xxxxxx (21 Mar 2001 08:13 UTC)

Re: SRFI-22 -- What won't work Marc Feeley 20 Mar 2001 19:20 UTC

> Olin> Unfortunately, Marc, that won't work. It ought to, but it doesn't.
>
> Note that Marc was talking about an issue quite unrelated to what
> you're talking about.

You are correct (although I had no idea a scripts interpreter can't be
a script...).

> Olin> Let's see:
> Olin>     /usr/local/bin/scm-ieee-1178-90
> Olin> That's 31 characters. Oops.
>
> Olin> My advice: make these program names *short* and highly coded
>
> Suggestion for this specific case?

Yes.  Forget about all the variants, call the executable "scheme" and
**require** that it support SRFI 0.  Also, add the features "r4rs", "r5rs",
and "ieee-1178-1990" that can be checked by cond-expand.  End of story.

Marc