[Scheme-reports] 'else' auxiliary syntax Takashi Kato (15 Oct 2014 12:14 UTC)
Re: [Scheme-reports] 'else' auxiliary syntax Takashi Kato (15 Oct 2014 12:38 UTC)
Re: [Scheme-reports] 'else' auxiliary syntax Alex Shinn (15 Oct 2014 12:47 UTC)
Re: [Scheme-reports] 'else' auxiliary syntax Takashi Kato (15 Oct 2014 13:12 UTC)
Re: [Scheme-reports] 'else' auxiliary syntax SAITO Atsushi (15 Oct 2014 14:39 UTC)
Re: [Scheme-reports] 'else' auxiliary syntax Alex Shinn (17 Oct 2014 03:54 UTC)
Re: [Scheme-reports] 'else' auxiliary syntax John Cowan (15 Oct 2014 23:16 UTC)

Re: [Scheme-reports] 'else' auxiliary syntax SAITO Atsushi 15 Oct 2014 14:35 UTC

I think "else" is bound.

R5RS 3.1.
 > An identifier that names a type of syntax is called
 > a syntactic keyword and is said to be bound to that syntax.

R5RS 7.1.
 > <syntactic keyword> -> <expression keyword>
 >  | else | => | define
 >  | unquote | unquote-splicing

"else" is syntactic keyword, and syntactic keyword is bound to syntax.
Therefore, "else" is bound.
What do you think?

_______________________________________________
Scheme-reports mailing list
Scheme-reports@scheme-reports.org
http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports