Search Discussions
-
I'm working on an update to my "Perl - Baseless Myths and Startling Realities" talk. (Which I'll be giving in Dublin, Moscow and Pisa in the few weeks!) I got great help on the Perl 5 portion of the ...
Tim Bunce
Sep 14, 2009 at 11:15 am
Sep 25, 2009 at 2:52 pm -
Hi, Would like to be a volunteer in working for perl-6. Can some one help me to get into right direction ? @perlsaran
Saravanan Thiyagarajan
Sep 15, 2009 at 4:00 am
Sep 19, 2009 at 2:49 pm -
Redirecting thread to language because I do agree that this is no longer a matter of a bug. Yeah, I dropped a comma. That should have been "This code behaves as expected, matching 2 or 3, in only one ...
Aaron Sherman
Sep 18, 2009 at 2:31 pm
Sep 21, 2009 at 8:46 am -
Just wanted to get some thoughts on the following languages and if any features from them can be implemented in Perl6: Cobra ...
Juan Madrigal
Sep 17, 2009 at 3:14 am
Sep 18, 2009 at 12:57 am -
Author: ruoso Date: 2009-09-09 04:26:50 +0200 (Wed, 09 Sep 2009) New Revision: 28208 Modified: docs/Perl6/Spec/S32-setting-library/Temporal.pod Log: [spec-S32-Temporal] Complete rewrite of ...
Pugs-commits
Sep 9, 2009 at 2:27 am
Sep 9, 2009 at 4:00 pm -
Author: lwall Date: 2009-09-29 19:50:27 +0200 (Tue, 29 Sep 2009) New Revision: 28502 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S03-operators.pod ...
Pugs-commits
Sep 29, 2009 at 5:50 pm
Sep 29, 2009 at 9:57 pm -
Author: moritz Date: 2009-09-07 08:48:34 +0200 (Mon, 07 Sep 2009) New Revision: 28196 Modified: docs/Perl6/Spec/S12-objects.pod Log: [S12] spec behaviour of stubbed classes This is a bit more general ...
Pugs-commits
Sep 7, 2009 at 6:48 am
Sep 7, 2009 at 5:35 pm -
Author: ruoso Date: 2009-09-09 14:33:35 +0200 (Wed, 09 Sep 2009) New Revision: 28213 Modified: docs/Perl6/Spec/S32-setting-library/Temporal.pod Log: [spec-S32-Temporal] uses Instant instead of Rat ...
Pugs-commits
Sep 9, 2009 at 12:33 pm
Sep 9, 2009 at 4:26 pm -
Author: lwall Date: 2009-09-21 22:57:15 +0200 (Mon, 21 Sep 2009) New Revision: 28344 Modified: docs/Perl6/Spec/S03-operators.pod docs/Perl6/Spec/S09-data.pod Log: [S03,S09] Range objects are now ...
Pugs-commits
Sep 21, 2009 at 8:57 pm
Sep 22, 2009 at 7:48 pm -
Author: moritz Date: 2009-09-13 19:42:10 +0200 (Sun, 13 Sep 2009) New Revision: 28233 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] ^4 cannot mean 0..3 and 0..^4 at the same time, because ...
Pugs-commits
Sep 13, 2009 at 5:42 pm
Sep 13, 2009 at 7:39 pm -
Author: lwall Date: 2009-09-02 21:48:23 +0200 (Wed, 02 Sep 2009) New Revision: 28172 Modified: docs/Perl6/Spec/S01-overview.pod Log: [S01] also allow a .p6 to be indicative of Perl 6 code Modified: ...
Pugs-commits
Sep 2, 2009 at 7:48 pm
Sep 2, 2009 at 9:21 pm -
You're very welcome to help. We definitely need more contributors, and I'm currently thinking about ways to delegate work. Grab me on #perl6, or by email. There's also sporadic discussion of Web.pm ...
Carl Mäsak
Sep 18, 2009 at 10:01 am
Oct 3, 2009 at 3:40 am -
Hi, I read is S03, The && and || operators are smarter about list context and return () on failure in list context rather than Bool::False. The operators still short-circuit, but if either operator ...
Christoph Bussenius
Sep 29, 2009 at 1:49 pm
Sep 30, 2009 at 4:09 pm -
1
Lenses?
I've been wondering about lenses recently. The page at http://www.seas.upenn.edu/~harmony/ seems to give an overview, and I know that augeas also uses lenses. It seems to me that a grammar can be ...Timothy S. Nelson
Sep 26, 2009 at 6:15 am
Sep 26, 2009 at 12:18 pm -
Consider this case: class A { method m { say 'OH HAI' } }; my $m = A.new.^methods(:local).[0]; How should I invoke $m? In current Rakudo this works: $m(A.new); # supply the invocant as first argument ...
Moritz Lenz
Sep 25, 2009 at 4:28 pm
Sep 25, 2009 at 4:33 pm -
In the process of writing some more tests for CATCH blocks, I've noticed what appears to be a contradiction between Synopsis 4 on the one hand and pugs/t/spec/S04-statements/try.t and Rakudo's ...
Kodi Arfer
Sep 19, 2009 at 10:35 pm
Sep 22, 2009 at 3:55 pm -
Author: ruoso Date: 2009-09-21 21:01:22 +0200 (Mon, 21 Sep 2009) New Revision: 28339 Modified: docs/Perl6/Spec/S08-capture.pod Log: [S08] small fixes by mberends++ Modified: ...
Pugs-commits
Sep 21, 2009 at 7:01 pm
Sep 21, 2009 at 7:14 pm -
On behalf of the Rakudo development team, I'm pleased to announce the September 2009 development release of Rakudo Perl #21 "Seattle". Rakudo is an implementation of Perl 6 on the Parrot Virtual ...
Jerry gay
Sep 17, 2009 at 9:47 pm
Sep 18, 2009 at 7:34 am -
Author: lwall Date: 2009-09-07 19:53:06 +0200 (Mon, 07 Sep 2009) New Revision: 28199 Modified: docs/Perl6/Spec/S04-control.pod docs/Perl6/Spec/S10-packages.pod docs/Perl6/Spec/S12-objects.pod Log: ...
Pugs-commits
Sep 7, 2009 at 5:53 pm
Sep 7, 2009 at 6:41 pm -
Author: colomon Date: 2009-09-30 13:53:58 +0200 (Wed, 30 Sep 2009) New Revision: 28514 Modified: docs/Perl6/Spec/S32-setting-library/Numeric.pod Log: [docs/Perl6] postfix:<i should take a Numeric. ...
Pugs-commits
Sep 30, 2009 at 11:54 am
Sep 30, 2009 at 11:54 am -
Author: colomon Date: 2009-09-30 04:30:39 +0200 (Wed, 30 Sep 2009) New Revision: 28512 Modified: docs/Perl6/Spec/S32-setting-library/Numeric.pod Log: [docs/Perl6] postfix:<i should return a Complex. ...
Pugs-commits
Sep 30, 2009 at 2:30 am
Sep 30, 2009 at 2:30 am -
Author: lwall Date: 2009-09-29 23:05:11 +0200 (Tue, 29 Sep 2009) New Revision: 28506 Modified: docs/Perl6/Spec/S06-routines.pod docs/Perl6/Spec/S11-modules.pod Log: [S06,S11] kill infix:<defines , ...
Pugs-commits
Sep 29, 2009 at 9:05 pm
Sep 29, 2009 at 9:05 pm -
Author: lwall Date: 2009-09-29 01:06:14 +0200 (Tue, 29 Sep 2009) New Revision: 28480 Modified: docs/Perl6/Spec/S05-regex.pod Log: [S05] specifically allow :temp and :let forms, pmichaud++ Modified: ...
Pugs-commits
Sep 28, 2009 at 11:06 pm
Sep 28, 2009 at 11:06 pm -
Author: jimmy Date: 2009-09-28 05:13:15 +0200 (Mon, 28 Sep 2009) New Revision: 28446 Modified: docs/Perl6/Spec/S02-bits.pod Log: [Spec/S02-bits.pod]revert r28445, it's not typo. diakopter++ and ...
Pugs-commits
Sep 28, 2009 at 3:13 am
Sep 28, 2009 at 3:13 am -
Author: jimmy Date: 2009-09-28 04:51:49 +0200 (Mon, 28 Sep 2009) New Revision: 28445 Modified: docs/Perl6/Spec/S02-bits.pod Log: [Spec/S02-bits.pod]fixed typo, intro - into. Modified: ...
Pugs-commits
Sep 28, 2009 at 2:52 am
Sep 28, 2009 at 2:52 am -
Author: lwall Date: 2009-09-28 04:44:17 +0200 (Mon, 28 Sep 2009) New Revision: 28444 Modified: docs/Perl6/Spec/S12-objects.pod Log: [S12] require parens on .'method'() form Modified: ...
Pugs-commits
Sep 28, 2009 at 2:44 am
Sep 28, 2009 at 2:44 am -
Author: jimmy Date: 2009-09-27 15:11:06 +0200 (Sun, 27 Sep 2009) New Revision: 28440 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S03-operators.pod Log: [Spec]added C<... format for Unicode ...
Pugs-commits
Sep 27, 2009 at 1:11 pm
Sep 27, 2009 at 1:11 pm -
Author: jimmy Date: 2009-09-25 14:32:52 +0200 (Fri, 25 Sep 2009) New Revision: 28404 Modified: docs/Perl6/Spec/S02-bits.pod Log: [Spec/S02-bits.pod]use standard dialect 'Pod' Modified: ...
Pugs-commits
Sep 25, 2009 at 12:33 pm
Sep 25, 2009 at 12:33 pm -
Author: jimmy Date: 2009-09-25 12:32:57 +0200 (Fri, 25 Sep 2009) New Revision: 28403 Modified: docs/Perl6/Spec/S21-calling-foreign-code.pod docs/Perl6/Spec/S26-documentation.pod ...
Pugs-commits
Sep 25, 2009 at 10:33 am
Sep 25, 2009 at 10:33 am -
Author: jimmy Date: 2009-09-25 07:18:20 +0200 (Fri, 25 Sep 2009) New Revision: 28400 Modified: docs/Perl6/Spec/S02-bits.pod Log: [Spec/S02-bits.pod]used standard dialect 'Pod' Modified: ...
Pugs-commits
Sep 25, 2009 at 5:18 am
Sep 25, 2009 at 5:18 am -
Author: Kodi Date: 2009-09-24 13:31:01 +0200 (Thu, 24 Sep 2009) New Revision: 28391 Modified: docs/Perl6/Spec/S04-control.pod Log: [S04] Made CATCH's special treatment of default blocks, which is ...
Pugs-commits
Sep 24, 2009 at 11:31 am
Sep 24, 2009 at 11:31 am -
Author: jimmy Date: 2009-09-23 15:18:37 +0200 (Wed, 23 Sep 2009) New Revision: 28378 Modified: docs/Perl6/Spec/S02-bits.pod Log: [Spec/S02-bits.pod]wrapping the line. Modified: ...
Pugs-commits
Sep 23, 2009 at 1:18 pm
Sep 23, 2009 at 1:18 pm -
Author: lwall Date: 2009-09-22 03:53:43 +0200 (Tue, 22 Sep 2009) New Revision: 28351 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] more clarifications of autogenerated generator functions, ...
Pugs-commits
Sep 22, 2009 at 1:53 am
Sep 22, 2009 at 1:53 am -
Author: lwall Date: 2009-09-22 00:09:17 +0200 (Tue, 22 Sep 2009) New Revision: 28348 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] revise thinko spotted by spinclad++ Modified: ...
Pugs-commits
Sep 21, 2009 at 10:09 pm
Sep 21, 2009 at 10:09 pm -
Author: lwall Date: 2009-09-21 23:26:58 +0200 (Mon, 21 Sep 2009) New Revision: 28347 Modified: docs/Perl6/Spec/S03-operators.pod Log: typos Modified: docs/Perl6/Spec/S03-operators.pod ...
Pugs-commits
Sep 21, 2009 at 9:27 pm
Sep 21, 2009 at 9:27 pm -
Author: lwall Date: 2009-09-21 23:12:29 +0200 (Mon, 21 Sep 2009) New Revision: 28346 Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] missing commas Modified: docs/Perl6/Spec/S03-operators.pod ...
Pugs-commits
Sep 21, 2009 at 9:12 pm
Sep 21, 2009 at 9:12 pm -
Author: moritz Date: 2009-09-21 23:01:49 +0200 (Mon, 21 Sep 2009) New Revision: 28345 Modified: docs/Perl6/Spec/S08-capture.pod Log: [S08] use POD markup where appropriate Also use non-breaking space ...
Pugs-commits
Sep 21, 2009 at 9:02 pm
Sep 21, 2009 at 9:02 pm -
Author: ruoso Date: 2009-09-21 22:01:50 +0200 (Mon, 21 Sep 2009) New Revision: 28342 Modified: docs/Perl6/Spec/S08-capture.pod Log: [S08] enforce correct precedence, as pointed out by pmichaud++ ...
Pugs-commits
Sep 21, 2009 at 8:02 pm
Sep 21, 2009 at 8:02 pm -
Author: ruoso Date: 2009-09-21 21:58:46 +0200 (Mon, 21 Sep 2009) New Revision: 28341 Modified: docs/Perl6/Spec/S08-capture.pod Log: [S08] enforce correct precedence, as pointed out by pmichaud++ ...
Pugs-commits
Sep 21, 2009 at 7:58 pm
Sep 21, 2009 at 7:58 pm -
Author: ruoso Date: 2009-09-21 21:21:37 +0200 (Mon, 21 Sep 2009) New Revision: 28340 Modified: docs/Perl6/Spec/S08-capture.pod Log: [S08] another typo by mberends++, s/list/array/ as pointed by ...
Pugs-commits
Sep 21, 2009 at 7:21 pm
Sep 21, 2009 at 7:21 pm -
Author: lwall Date: 2009-09-21 03:28:27 +0200 (Mon, 21 Sep 2009) New Revision: 28334 Modified: docs/Perl6/Spec/S02-bits.pod Log: [S02] clarification of run-time-ish nature of (* * *) requested by ...
Pugs-commits
Sep 21, 2009 at 1:28 am
Sep 21, 2009 at 1:28 am -
Author: ruoso Date: 2009-09-21 02:10:30 +0200 (Mon, 21 Sep 2009) New Revision: 28333 Modified: docs/Perl6/Spec/S08-capture.pod Log: [S08] adding two more sections Modified: ...
Pugs-commits
Sep 21, 2009 at 12:10 am
Sep 21, 2009 at 12:10 am -
Author: ruoso Date: 2009-09-21 00:56:31 +0200 (Mon, 21 Sep 2009) New Revision: 28331 Modified: docs/Perl6/Spec/S08-capture.pod Log: [spec/S08] section that differentiates Parcel from Capture ...
Pugs-commits
Sep 20, 2009 at 10:56 pm
Sep 20, 2009 at 10:56 pm -
Author: ruoso Date: 2009-09-20 18:56:07 +0200 (Sun, 20 Sep 2009) New Revision: 28325 Added: docs/Perl6/Spec/S08-capture.pod Log: [spec/S08] started writing the introduction; Added: ...
Pugs-commits
Sep 20, 2009 at 4:56 pm
Sep 20, 2009 at 4:56 pm -
Author: ruoso Date: 2009-09-19 15:45:20 +0200 (Sat, 19 Sep 2009) New Revision: 28306 Added: t/spec/S06-other/introspection.t Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] adds ...
Pugs-commits
Sep 19, 2009 at 1:45 pm
Sep 19, 2009 at 1:45 pm -
Author: lwall Date: 2009-09-19 05:04:53 +0200 (Sat, 19 Sep 2009) New Revision: 28295 Modified: docs/Perl6/Spec/S06-routines.pod Log: [S06] typoish tweaks Modified: docs/Perl6/Spec/S06-routines.pod ...
Pugs-commits
Sep 19, 2009 at 3:05 am
Sep 19, 2009 at 3:05 am -
Author: sunnavy Date: 2009-09-19 04:41:57 +0200 (Sat, 19 Sep 2009) New Revision: 28294 Modified: docs/Perl6/Spec/S02-bits.pod docs/Perl6/Spec/S03-operators.pod docs/Perl6/Spec/S04-control.pod ...
Pugs-commits
Sep 19, 2009 at 2:42 am
Sep 19, 2009 at 2:42 am -
Author: ruoso Date: 2009-09-18 16:04:00 +0200 (Fri, 18 Sep 2009) New Revision: 28284 Modified: docs/Perl6/Spec/S06-routines.pod Log: [spec/S06] add a section for Introspection, with three proposed ...
Pugs-commits
Sep 18, 2009 at 2:04 pm
Sep 18, 2009 at 2:04 pm -
I'd really like to be able to assign a class to POD documentation. Here's an example of why: class Widget is Bauble #= A widget is a kind of bauble that can do stuff { has $.things; #= a collection ...
Aaron Sherman
Sep 16, 2009 at 8:50 pm
Sep 16, 2009 at 8:50 pm -
On behalf of the Parrot team, I'm proud to announce Parrot 1.6.0 "half-pie." Parrot (http://parrot.org/) is a virtual machine aimed at running all dynamic languages. Parrot 1.6.0 is available on ...
Jerry gay
Sep 15, 2009 at 2:02 pm
Sep 15, 2009 at 2:02 pm
Group Overview
group | perl6-language |
categories | perl |
discussions | 70 |
posts | 173 |
users | 36 |
website | perl6.org |
36 users for September 2009
Archives
- May 2016 (16)
- April 2016 (4)
- March 2016 (6)
- February 2016 (20)
- January 2016 (28)
- December 2015 (20)
- November 2015 (12)
- October 2015 (51)
- September 2015 (35)
- April 2015 (15)
- March 2015 (28)
- February 2015 (35)
- January 2015 (49)
- December 2014 (24)
- November 2014 (18)
- October 2014 (43)
- September 2014 (82)
- August 2014 (58)
- July 2014 (16)
- June 2014 (28)
- May 2014 (63)
- April 2014 (53)
- March 2014 (53)
- February 2014 (21)
- January 2014 (19)
- December 2013 (48)
- November 2013 (110)
- October 2013 (35)
- September 2013 (31)
- August 2013 (40)
- July 2013 (48)
- June 2013 (53)
- May 2013 (39)
- April 2013 (20)
- March 2013 (31)
- February 2013 (22)
- January 2013 (15)
- December 2012 (6)
- November 2012 (10)
- October 2012 (12)
- September 2012 (25)
- August 2012 (16)
- July 2012 (45)
- June 2012 (38)
- May 2012 (35)
- April 2012 (61)
- March 2012 (68)
- February 2012 (39)
- January 2012 (25)
- December 2011 (15)
- November 2011 (12)
- October 2011 (13)
- September 2011 (24)
- August 2011 (62)
- July 2011 (31)
- June 2011 (29)
- May 2011 (17)
- April 2011 (5)
- March 2011 (25)
- February 2011 (22)
- January 2011 (20)
- December 2010 (25)
- November 2010 (124)
- October 2010 (101)
- September 2010 (63)
- August 2010 (104)
- July 2010 (219)
- June 2010 (91)
- May 2010 (110)
- April 2010 (171)
- March 2010 (152)
- February 2010 (154)
- January 2010 (65)
- December 2009 (87)
- November 2009 (89)
- October 2009 (169)
- September 2009 (173)
- August 2009 (324)
- July 2009 (157)
- June 2009 (158)
- May 2009 (415)
- April 2009 (128)
- March 2009 (331)
- February 2009 (457)
- January 2009 (306)
- December 2008 (270)
- November 2008 (130)
- October 2008 (110)
- September 2008 (188)
- August 2008 (175)
- July 2008 (70)
- June 2008 (125)
- May 2008 (204)
- April 2008 (425)
- March 2008 (141)
- February 2008 (86)
- January 2008 (140)
- December 2007 (153)
- November 2007 (53)
- October 2007 (19)
- September 2007 (69)
- August 2007 (22)
- July 2007 (22)
- June 2007 (239)
- May 2007 (164)
- April 2007 (106)
- March 2007 (171)
- February 2007 (166)
- January 2007 (175)
- December 2006 (69)
- November 2006 (122)
- October 2006 (301)
- September 2006 (306)
- August 2006 (329)
- July 2006 (183)
- June 2006 (113)
- May 2006 (239)
- April 2006 (314)
- March 2006 (90)
- February 2006 (183)
- January 2006 (193)
- December 2005 (196)
- November 2005 (307)
- October 2005 (613)
- September 2005 (338)
- August 2005 (412)
- July 2005 (505)
- June 2005 (410)
- May 2005 (913)
- April 2005 (635)
- March 2005 (640)
- February 2005 (440)
- January 2005 (72)
- December 2004 (249)
- November 2004 (151)
- October 2004 (34)
- September 2004 (290)
- August 2004 (207)
- July 2004 (335)
- June 2004 (188)
- May 2004 (172)
- April 2004 (403)
- March 2004 (217)
- February 2004 (221)
- January 2004 (180)
- December 2003 (166)
- November 2003 (193)
- October 2003 (46)
- September 2003 (104)
- August 2003 (100)
- July 2003 (78)
- June 2003 (106)
- May 2003 (306)
- April 2003 (804)
- March 2003 (523)
- February 2003 (137)
- January 2003 (635)
- December 2002 (425)
- November 2002 (570)
- October 2002 (837)
- September 2002 (447)
- August 2002 (385)
- July 2002 (238)
- June 2002 (187)
- May 2002 (215)
- April 2002 (493)
- March 2002 (72)
- February 2002 (80)
- January 2002 (290)
- December 2001 (34)
- November 2001 (33)
- October 2001 (417)
- September 2001 (210)
- August 2001 (185)
- July 2001 (277)
- June 2001 (290)
- May 2001 (638)
- April 2001 (503)
- March 2001 (186)
- February 2001 (595)
- January 2001 (151)
- December 2000 (28)
- November 2000 (6)
- October 2000 (307)
- September 2000 (1,508)
- August 2000 (3,476)