CamelCase versus wide_names (Prothon)

Roy Smith roy at panix.com
Wed Apr 21 18:08:01 EDT 2004


In article <4086DFA7.9736E7D3 at alcyone.com>,
 Erik Max Francis <max at alcyone.com> wrote:

> Mike wrote:
> 
> > Since Python has removed the need for the ';' character, how about
> > using that as a word separator? It's very easy to type, as it is right
> > next to the 'L' key on a qwerty keyboard.
> > 
> > Here;is;a;test;paragraph.;What;do;you;think?;Is;it;the;greatest;programming;
> > language;invention;since;the
> > ;curly;brace?
> 
> This is a really stellar example of why designing a language by
> committee doesn't work very well ...

Well, we could always try something like...

<variable>
 <name>
  <component>long</component>
  <component>variable</component>
  <component>name</component>
 <name>
</variable>



More information about the Python-list mailing list