>> First, Bryce has been vocal in his opposition to any language feature that is done for the purpose of making parsing easier. <<

Like I said before, this is only a proof of concept, and NOT a final version by any long-shot.


>> Second, I have my doubts about whether Bryce ever intends to write a parser, so I wouldn't think he's too concerned with parsing issues. <<

That is what you guys said about a runnable SCGUI browser, and I made one. Anybody is welcome to try it.
( [link|http://www.geocities.com/tablizer/scgui.htm|http://www.geocitie...er/scgui.htm] )


>> I guess while we're on the subject, I might as well ask how the syntax lays out when the number of parameters is not 2. <<

I don't see why that would be a problem.

x()

x(p1)

x(p1 p2 p3)

(I wont go into named parameters here)