Search Discussions
-
Hmm, I don't really know how to do this but Gaal told me to write up some proposal here. So we had chmod in Perl5, I would like to make sure it works in Perl6 as well with slight modifications. LIST ...
Gabor Szabo
Mar 25, 2006 at 10:58 am
Mar 27, 2006 at 2:07 pm -
Perl6 could introduce (lexical, nestable) comment scope. Has that been discussed before? Maybe like: #<<#EOC # a comment line # another comment line <code #EOC Or like: #{# # first comment line # ...
Ruud H.G. van Tol
Mar 14, 2006 at 5:36 pm
Mar 15, 2006 at 7:39 pm -
I think Perl 6 could use a wiki for several things: 1. creating a place where people can easily find user annotations of the synopses etc 2. scratch pad areas for people to write musings, criticism, ...
Yuval Kogman
Mar 4, 2006 at 12:41 am
Mar 6, 2006 at 12:19 am -
Hi, my $x = 5; { temp $x; # is $x 5 or undef? } # $x is definately 10 I think it should be 5 inside, because it makes it easy to write things like: my $x = 5; { temp $x++; # $x is 6 } # $x is 5 again ...
Yuval Kogman
Mar 27, 2006 at 3:27 pm
Apr 7, 2006 at 7:43 pm -
Kudos to all the Perl 6 mailing list. What's the difference between multi sub infix:<.. ( Int $min, Int $max ) { ... } and multi method infix:<.. ( Int $min, Int $max ) { ... } ? And in the case ...
Joshua Choi
Mar 2, 2006 at 4:09 am
Mar 3, 2006 at 12:03 am -
Author: autrijus Date: Fri Mar 31 04:07:40 2006 New Revision: 8504 Modified: doc/trunk/design/syn/S06.pod Log: * S06: Updated built-in classes: - bring in "uint" from S09 (boxes to Int) - new "Buf" ...
Autrijus
Mar 31, 2006 at 12:07 pm
Apr 1, 2006 at 9:47 am -
Hi, In light of the Perl 6 community's increasing interest in API level design, I'd like people to share old war stories about things they had to do once, but had to jump through hoops to pull off. ...
Yuval Kogman
Mar 13, 2006 at 11:55 am
Mar 13, 2006 at 5:42 pm -
on the #catalyst channel today we had lots of pains debugging where a die will go to eventually, within a cascade of eval { }s and what not. In Perl 6 one thing that could ease this is to be able to ...
Yuval Kogman
Mar 23, 2006 at 12:27 pm
Mar 23, 2006 at 6:58 pm -
S06/Splicing finishes with: A quasiquote is not a block (even if the delimiters are curlies), so any declaration of a variable is taken to be part of the block surrounding the macro call location. ...
Brad Bowman
Mar 10, 2006 at 1:55 pm
Mar 10, 2006 at 9:42 pm -
We were discussing some confusing macro behaviours, when we came upon this curious thing. This code is really simple in p5, as it doesn't really have separate compilation, but in p6, the modules can ...
Zohar Kelrich
Mar 2, 2006 at 1:13 pm
Mar 2, 2006 at 1:23 pm -
Author: autrijus Date: Fri Mar 31 07:02:49 2006 New Revision: 8511 Modified: doc/trunk/design/syn/S06.pod Log: * S06: note that all native types autobox to their uppercased counterparts. Nicholas++ ...
Autrijus
Mar 31, 2006 at 3:03 pm
Mar 31, 2006 at 3:25 pm -
HaloO, S03 does explicitly disallow auto-reversed ranges. And I'm not sure if the upto operator has a downto cousin where ^-4 == (-1, -2, -3, -4) returns a list that is suitable for indexing an array ...
TSa
Mar 20, 2006 at 12:26 pm
Mar 23, 2006 at 4:35 pm -
Author: pmichaud Date: Fri Mar 31 12:29:42 2006 New Revision: 8519 Modified: doc/trunk/plans/milestones.pod Log: Updated milestones document with some of the latest happenings related to PGE. ...
Pmichaud
Mar 31, 2006 at 8:29 pm
Mar 31, 2006 at 8:29 pm -
[April 1st, 2006, 00:00 GMT+9] Larry Wall and Audrey Tang jointly announced that Parrot, Pugs, and all language-related projects be dysintegrated to Bugs. Bugs have ruled this planet for half a ...
Dan Kogai
Mar 31, 2006 at 4:02 pm
Mar 31, 2006 at 4:02 pm -
Author: larry Date: Fri Mar 31 07:36:42 2006 New Revision: 8512 Modified: doc/trunk/design/syn/S02.pod doc/trunk/design/syn/S06.pod doc/trunk/design/syn/S09.pod Log: Fix dates, typo. Modified: ...
Larry
Mar 31, 2006 at 3:36 pm
Mar 31, 2006 at 3:36 pm -
Author: autrijus Date: Fri Mar 31 04:10:36 2006 New Revision: 8505 Modified: doc/trunk/design/syn/S09.pod Log: * excise the "ref" from S09 Modified: doc/trunk/design/syn/S09.pod ...
Autrijus
Mar 31, 2006 at 12:10 pm
Mar 31, 2006 at 12:10 pm -
Author: autrijus Date: Fri Mar 31 03:21:59 2006 New Revision: 8503 Modified: doc/trunk/design/syn/S02.pod Log: * upon further discussion, in the interest of optimizability, Code/Block is now ...
Autrijus
Mar 31, 2006 at 11:22 am
Mar 31, 2006 at 11:22 am -
Author: autrijus Date: Fri Mar 31 03:16:08 2006 New Revision: 8502 Modified: doc/trunk/design/syn/S02.pod Log: * S02: Explicit division of immutable/mutable/native types. * S02: "Int"'s bigint ...
Autrijus
Mar 31, 2006 at 11:16 am
Mar 31, 2006 at 11:16 am -
Author: autrijus Date: Fri Mar 31 03:13:46 2006 New Revision: 8501 Modified: doc/trunk/design/syn/S06.pod Log: * <TimToady I don't believe in a Ref type... (\3 now just means \(3), constructing an ...
Autrijus
Mar 31, 2006 at 11:13 am
Mar 31, 2006 at 11:13 am -
Author: larry Date: Mon Mar 27 19:28:57 2006 New Revision: 8457 Modified: doc/trunk/design/syn/S12.pod Log: s/undef/undefine/ Modified: doc/trunk/design/syn/S12.pod ...
Larry
Mar 28, 2006 at 3:29 am
Mar 28, 2006 at 3:29 am -
Author: larry Date: Mon Mar 27 15:45:03 2006 New Revision: 8454 Modified: doc/trunk/design/syn/S04.pod Log: Changed temp (and let) to not default to undefine() any more. Modified: ...
Larry
Mar 27, 2006 at 11:45 pm
Mar 27, 2006 at 11:45 pm -
Author: larry Date: Mon Mar 27 15:40:15 2006 New Revision: 8453 Modified: doc/trunk/design/syn/S10.pod doc/trunk/design/syn/S12.pod doc/trunk/design/syn/S13.pod Log: Finally checking in the ...
Larry
Mar 27, 2006 at 11:40 pm
Mar 27, 2006 at 11:40 pm -
Author: larry Date: Mon Mar 27 14:57:02 2006 New Revision: 8451 Modified: doc/trunk/design/syn/S06.pod Log: Added def of prototypes from audreyt++ (with clarification of scoping). Modified: ...
Larry
Mar 27, 2006 at 10:57 pm
Mar 27, 2006 at 10:57 pm -
Author: larry Date: Mon Mar 27 04:37:45 2006 New Revision: 8438 Modified: doc/trunk/design/syn/S06.pod Log: s/::/!!/ Modified: doc/trunk/design/syn/S06.pod ...
Larry
Mar 27, 2006 at 12:37 pm
Mar 27, 2006 at 12:37 pm -
Author: larry Date: Fri Mar 17 15:41:25 2006 New Revision: 8336 Modified: doc/trunk/design/syn/S11.pod Log: Fixes from Damian Clarification of default Perl package name Clarification of when we need ...
Larry
Mar 17, 2006 at 11:41 pm
Mar 17, 2006 at 11:41 pm -
Author: pmichaud Date: Fri Mar 17 08:05:47 2006 New Revision: 8328 Modified: doc/trunk/design/syn/S12.pod Log: Typo fix: "In Perl 6 gives you a choice." - "Perl 6 gives you a choice." Modified: ...
Pmichaud
Mar 17, 2006 at 4:05 pm
Mar 17, 2006 at 4:05 pm -
Author: luqui Date: Sun Mar 12 22:29:06 2006 New Revision: 8168 Modified: doc/trunk/design/syn/S02.pod Log: Fixed a typo, thanks Douglas Hunter. Modified: doc/trunk/design/syn/S02.pod ...
Luqui
Mar 13, 2006 at 6:29 am
Mar 13, 2006 at 6:29 am -
This patch fixes a minor typo in S02. -- Douglas Hunter
Douglas Hunter
Mar 12, 2006 at 7:45 pm
Mar 12, 2006 at 7:45 pm -
Author: autrijus Date: Sun Mar 12 05:16:44 2006 New Revision: 8123 Modified: doc/trunk/design/syn/S06.pod Log: * S06: Patch from bsb++ to make macros hygienic by default, with TimToady++'s idea for ...
Autrijus
Mar 12, 2006 at 1:16 pm
Mar 12, 2006 at 1:16 pm -
Author: autrijus Date: Sun Mar 12 05:15:15 2006 New Revision: 8122 Modified: doc/trunk/design/syn/S12.pod Log: * S12: private methods are no longer .:meth, but !meth. Modified: ...
Autrijus
Mar 12, 2006 at 1:15 pm
Mar 12, 2006 at 1:15 pm -
Author: larry Date: Sat Mar 11 08:53:07 2006 New Revision: 8104 Modified: doc/trunk/design/syn/S06.pod Log: Damian tweaks, and unresolved issue on piping something to itself. Modified: ...
Larry
Mar 11, 2006 at 4:53 pm
Mar 11, 2006 at 4:53 pm
Group Overview
group | perl6-language |
categories | perl |
discussions | 31 |
posts | 90 |
users | 27 |
website | perl6.org |
27 users for March 2006
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)