C's syntax (was Re: Python Formatted C Converter (PfCC))

Rainer Deyke root at rainerdeyke.com
Tue Oct 24 15:43:55 EDT 2000


"Glyph Lefkowitz" <glyph at no.spam> wrote in message
news:m31yx616d4.fsf at DHCP-98-129.origin.ea.com...
> "Rainer Deyke" <root at rainerdeyke.com> writes:
>
> > I like the C++ template style:
> >
> > pointer<array<int> > a;
> > array<pointer<int> > b;
> Speaking of terrible syntax decisions; it amuses me to no end that
>
> pointer<array<int>> a;
>
> is illegal because it will be parsed as a
> right-shift... "implementation before design" seems to be C++'s motto.

It's annoying, but ultimately irrelevant because it is always caught at
compile time.


--
Rainer Deyke (root at rainerdeyke.com)
Shareware computer games           -           http://rainerdeyke.com
"In ihren Reihen zu stehen heisst unter Feinden zu kaempfen" - Abigor





More information about the Python-list mailing list