Re: Perl 6 Summary for 2004-11-29 through 2004-12-06

2004-12-07 Thread Leopold Toetsch
Matt Fowles [EMAIL PROTECTED] wrote: internal exception clean up James deBoer submitted a patch that cleans up internal exception output. Then later he submitted a second better version of the patch. Warnock applies. From: James deBoer Date: 03.12.2004 ... I will post a

Re: Perl 6 Summary for 2004-11-29 through 2004-12-06

2004-12-07 Thread Matt Fowles
Leo~ Yup. From: James deBoer [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Date: Sat, 04 Dec 2004 15:50:36 -0500 Subject: Re: [perl #32769] [PATCH] Standardizes and improves the formatting of internal_exception() calls Matt On Tue, 7 Dec 2004 09:23:34 +0100, Leopold Toetsch [EMAIL PROTECTED] wrote:

Re: Perl 6 Summary for 2004-11-29 through 2004-12-06

2004-12-07 Thread Leopold Toetsch
Matt Fowles [EMAIL PROTECTED] wrote: Leo~ Yup. From: James deBoer [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Date: Sat, 04 Dec 2004 15:50:36 -0500 Subject: Re: [perl #32769] [PATCH] Standardizes and improves the formatting of internal_exception() calls Is missing here. I'd appreciate if

Re: Perl 6 Summary for 2004-11-29 through 2004-12-06

2004-12-07 Thread chromatic
On Tue, 2004-12-07 at 18:07 +0100, Leopold Toetsch wrote: From: James deBoer [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Date: Sat, 04 Dec 2004 15:50:36 -0500 Subject: Re: [perl #32769] [PATCH] Standardizes and improves the formatting of internal_exception() calls Is missing here. I'd

Re: Perl 6 Summary for 2004-11-29 through 2004-12-06

2004-12-07 Thread David Wheeler
On Dec 6, 2004, at 6:27 PM, Matt Fowles wrote: getters and setters John Siracusa wanted to know if Perl 6 would allow one to expose a member variable to the outside world, but then later intercept assignments to it without actually having to switch to using getters and setters

Perl 6 Summary for 2004-11-29 through 2004-12-06

2004-12-06 Thread Matt Fowles
Perl 6 Summary for 2004-11-29 through 2004-12-06 All~ Last week I asked for help identifying the source of a quotation. One friendly soul suggested Alan J. Perlis, but could not find an actual attribution. It did lead me to find a very applicable (and in my mind funny) quote

Re: Perl 6 Summary for 2004-11-29 through 2004-12-06

2004-12-06 Thread Sam Ruby
Matt Fowles wrote: keyword arguments Sam Ruby wondered how he out to handle keyword arguments to functions. Dan admitted that this is complex and outlined the cheat he has been contemplating. No one has either commented on or implemented it yet. http://xrl.us/d955 Oh, yes, I