Re: S04 - forbidden coding-style

2006-07-25 Thread Ruud H.G. van Tol
Thomas Wittek schreef: > Actually I don't know all of them but most seem to be (part of) > identifiers, not operators. Of course they are reserved words. > > What I wanted to say is that it would annoy me, if almost all > operators and control-flow keywords are lowercase but a hand full of > them

[svn:perl6-synopsis] r10470 - doc/trunk/design/syn

2006-07-25 Thread audreyt
Author: audreyt Date: Tue Jul 25 14:37:31 2006 New Revision: 10470 Modified: doc/trunk/design/syn/S04.pod Log: * S04: CATCH block - grammar and text fix, prompted by gaal++. Modified: doc/trunk/design/syn/S04.pod == -

Re: S04 - forbidden coding-style

2006-07-25 Thread Thomas Wittek
Markus Laire schrieb: >> Operators/reserved words should be lowercase. Period. ;) >> I think that this would heavily break consistency, annoying new users. > > There are already many uppercase reserved words in perl6: > > Pseudo-packages from S02 > MY, OUR, GLOBAL, OUTER, CALLER, CONTEXT, SUPER,

[patch] S04: CATCH blocks

2006-07-25 Thread Gaal Yahas
(This paragraph may need some more treatment but I won't attempt it until I grasp the content better.) * agentzh++ noticed confusing language regarding two kinds of scope in S04. --- design/syn/S04.pod (revision 10465) +++ design/syn/S04.pod (working copy) @@ -456,7 +456,7 @@ of the C bloc

Re: S04 - forbidden coding-style

2006-07-25 Thread jerry gay
On 7/25/06, Thomas Wittek <[EMAIL PROTECTED]> wrote: > Bearing that in mind, would the eye-socket-burning > > return $foo > IF $something; > > really be so bad? Operators/reserved words should be lowercase. Period. ;) I think that this would heavily break consistency, annoying new users.

Re: S04 - forbidden coding-style

2006-07-25 Thread Markus Laire
On 7/25/06, Thomas Wittek <[EMAIL PROTECTED]> wrote: > Bearing that in mind, would the eye-socket-burning > > return $foo > IF $something; > > really be so bad? Operators/reserved words should be lowercase. Period. ;) I think that this would heavily break consistency, annoying new users.

Re: S04 - forbidden coding-style

2006-07-25 Thread Thomas Wittek
> Bearing that in mind, would the eye-socket-burning > > return $foo > IF $something; > > really be so bad? Operators/reserved words should be lowercase. Period. ;) I think that this would heavily break consistency, annoying new users. -Thomas

[perl #39930] [BUG] concat unicode+iso-8859-1 doesn't work w/o ICU

2006-07-25 Thread via RT
# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #39930] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=39930 > Found this bug while doing stuff --without-icu today... Concatenation of a unicod

[perl #39940] [TODO] Fully implement pdd21

2006-07-25 Thread via RT
# New Ticket Created by Chip Salzenberg # Please include the string: [perl #39940] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=39940 > Tracking bug -- Chip Salzenberg <[EMAIL PROTECTED]>