Email list hosting service & mailing list manager

Cleaning up SRFI 105 MUSTard (mostly) John Cowan (28 Sep 2012 00:25 UTC)
Re: Cleaning up SRFI 105 MUSTard (mostly) David A. Wheeler (29 Sep 2012 18:46 UTC)
Re: Cleaning up SRFI 105 MUSTard (mostly) David A. Wheeler (29 Sep 2012 18:58 UTC)
Re: Cleaning up SRFI 105 MUSTard (mostly) John Cowan (29 Sep 2012 19:27 UTC)
Re: Cleaning up SRFI 105 MUSTard (mostly) David A. Wheeler (29 Sep 2012 20:42 UTC)
Re: Cleaning up SRFI 105 MUSTard (mostly) Per Bothner (29 Sep 2012 21:00 UTC)
Re: Cleaning up SRFI 105 MUSTard (mostly) David A. Wheeler (30 Sep 2012 00:26 UTC)
Re: Cleaning up SRFI 105 MUSTard (mostly) David A. Wheeler (30 Sep 2012 00:31 UTC)

Re: Cleaning up SRFI 105 MUSTard (mostly) David A. Wheeler 29 Sep 2012 18:46 UTC

John Cowan:
> The spec fails to say that s-expressions are n-expressions.

Don't need to say it directly, since that follows from the definitions:
* "A neoteric-expression or n-expression is a curly-infix-expression,..."
* "Curly-infix-expressionsor c-expressions are
s-expressions with an additional notation: The curly-infix list."

Since neoteric-expressions include a curly-infix-expressions, and curly-infix-expressions include s-expressions, an unsuffixed s-expression is also a neoteric-expression.

But clarity is still a good thing.  I'll add that somewhere to the text to point it out, and make it clear that "n-expression" is just an abbreviation.

Thanks for the other comments, I intend to walk through them separately.

--- David A. Wheeler