Search Discussions
-
Author: larry Date: Wed Jun 13 13:55:24 2007 New Revision: 14421 Modified: doc/trunk/design/syn/S02.pod Log: Block comments should not hide POD, pointed out by TheDamian++ Modified: ...
Larry
Jun 13, 2007 at 8:55 pm
Jun 22, 2007 at 11:45 pm -
I just signed an agreement with O'Reilly that assigns the full copyright in the book "Perl 6 and Parrot Essentials" to The Perl Foundation. The text is out-of-date, but can be updated much more ...
Allison Randal
Jun 18, 2007 at 6:37 pm
Jun 26, 2007 at 2:31 pm -
Here's the first draft (documented in Pod 6, of course ;-). Feedback and suggestions are most welcome. (But please don't bother explaining to me this feature won't suffice as the high-level automatic ...
Damian Conway
Jun 20, 2007 at 5:18 am
Jun 25, 2007 at 7:52 pm -
Rereading A03, I ran across the original reasoning behind why Perl 5's '?:' trinary operator became '?? ::' first, and then '?? !!'. Three reasons were given: * the '?' and ':' tokens are far too ...
Jonathan Lang
Jun 10, 2007 at 9:10 pm
Jun 23, 2007 at 12:51 pm -
I decided to bring out this Hash- Dict topic in a different thread from the thread on Synopsis r14407 about Object- Universal since I consider them separate though tangential matters that should be ...
Darren Duncan
Jun 1, 2007 at 12:11 am
Jun 2, 2007 at 1:36 am -
10
x' vs. 'xx
Is there any reason why we can't simply define '$a x $n' as being shorthand for 'cat($a xx $n)'? In what way does the former differ from the latter, other than the use of a Whatever in place of $n? ...Jonathan Lang
Jun 2, 2007 at 10:18 pm
Jun 3, 2007 at 7:20 pm -
In "[svn:perl6-synopsis] r14421 - doc/trunk/design/syn", Damian Conway wrote: By this reasoning, a case could be made for declaring that all lines that begin with '#' are comments (either block or ...
Jonathan Lang
Jun 16, 2007 at 7:11 pm
Jun 21, 2007 at 8:15 pm -
Author: larry Date: Sun Jun 3 17:23:15 2007 New Revision: 14415 Modified: doc/trunk/design/syn/S03.pod doc/trunk/design/syn/S04.pod doc/trunk/design/syn/S06.pod Log: typo from Aaron Crane++ ...
Larry
Jun 4, 2007 at 12:23 am
Jun 5, 2007 at 8:10 am -
how do i declare loop through and print a 4 dim array in PERL thanks
Aislingbrennan21
Jun 5, 2007 at 9:37 pm
Jun 6, 2007 at 2:12 am -
Hi y'all. Consider: system(($?OS eq any <MSWin32 mingw ) ?? 'cls' !! 'clear'); Is it already legal syntax to write, or, if not, would it be possible and desirable to allow: system('cls' !! 'clear' ?? ...
Raiph
Jun 29, 2007 at 8:11 am
Jun 30, 2007 at 12:11 am -
Hi I am sameer and am new to this group. It would realy help if any body can let me know is there a book or reference guiode where in i can get help regarding the perl/java interface and also about ...
Sameerlt1983
Jun 19, 2007 at 11:05 am
Jun 20, 2007 at 9:16 am -
I have a feeling we've sorta assumed some use cases for whatever Pod design we're advocating, so I thought I'd write down what I'd like to do with Pod. At this level, I don't care how it gets done, ...
Brian d foy
Jun 22, 2007 at 5:05 pm
Jun 23, 2007 at 10:07 pm -
I'm not going to argue about the design of Pod 6 any more. As both Mark and brian have pointed out, this really comes down to philosophical differences that no amount of discussion is going to ...
Damian Conway
Jun 16, 2007 at 11:21 pm
Jun 17, 2007 at 1:31 pm -
Author: larry Date: Tue Jun 12 11:33:55 2007 New Revision: 14418 Modified: doc/trunk/design/syn/S02.pod doc/trunk/design/syn/S03.pod Log: Line-initial #{ is no longer a line-end comment, but starts a ...
Larry
Jun 12, 2007 at 6:34 pm
Jun 12, 2007 at 10:53 pm -
Author: larry Date: Sat Jun 2 14:45:43 2007 New Revision: 14414 Modified: doc/trunk/design/syn/S03.pod Log: First installment of filling out descriptions of operator semantics. Modified: ...
Larry
Jun 2, 2007 at 9:45 pm
Jun 3, 2007 at 9:33 pm -
Author: larry Date: Wed Jun 27 14:28:27 2007 New Revision: 14426 Modified: doc/trunk/design/syn/S12.pod Log: Clarification suggested by TheDamian++. Modified: doc/trunk/design/syn/S12.pod ...
Larry
Jun 27, 2007 at 9:28 pm
Jun 27, 2007 at 9:28 pm -
Author: larry Date: Wed Jun 27 13:39:48 2007 New Revision: 14425 Modified: doc/trunk/design/syn/S12.pod Log: Clarify that method hypers can be called in any order. Modified: ...
Larry
Jun 27, 2007 at 8:39 pm
Jun 27, 2007 at 8:39 pm -
All, I am pleased to announce the release of Muldis::DB version 0.0.0 for Perl 5 on CPAN. You can see it now, with nicely HTMLized documentation, at: http://search.cpan.org/dist/Muldis-DB/ This is ...
Darren Duncan
Jun 21, 2007 at 6:35 pm
Jun 21, 2007 at 6:35 pm -
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" <html <head <title </title <style type="text/css" <!-- th, td { padding-right: 2em; } th p { margin: 3pt; text-align: left; ...
Damian Conway
Jun 20, 2007 at 5:21 am
Jun 20, 2007 at 5:21 am -
On behalf of the Parrot team, I'm proud to announce Parrot 0.4.13 "Clifton." Parrot (http://parrotcode.org/) is a virtual machine aimed at running all dynamic languages. Parrot 0.4.13 can be obtained ...
Allison Randal
Jun 19, 2007 at 11:55 pm
Jun 19, 2007 at 11:55 pm -
I'm working on the development plan for the next generation of the Perl6-in-Perl6 compiler "kp6". kp6 is implemented in mp6, a basic version of Perl 6 which is written in mp6 itself, and bootstrapped ...
Flavio S. Glock
Jun 19, 2007 at 12:21 pm
Jun 19, 2007 at 12:21 pm -
Author: larry Date: Fri Jun 15 12:20:51 2007 New Revision: 14423 Modified: doc/trunk/design/syn/S03.pod doc/trunk/design/syn/S12.pod Log: minor clarifications to previous Modified: ...
Larry
Jun 15, 2007 at 7:20 pm
Jun 15, 2007 at 7:20 pm -
Author: larry Date: Fri Jun 15 12:10:26 2007 New Revision: 14422 Modified: doc/trunk/design/syn/S03.pod doc/trunk/design/syn/S12.pod Log: some cleanup suggestions by dduncan++ spec out several ...
Larry
Jun 15, 2007 at 7:10 pm
Jun 15, 2007 at 7:10 pm -
Author: larry Date: Wed Jun 13 12:11:02 2007 New Revision: 14420 Modified: doc/trunk/design/syn/S02.pod Log: more block comment tweakage Modified: doc/trunk/design/syn/S02.pod ...
Larry
Jun 13, 2007 at 7:11 pm
Jun 13, 2007 at 7:11 pm -
Author: larry Date: Tue Jun 12 12:08:30 2007 New Revision: 14419 Modified: doc/trunk/design/syn/S02.pod Log: just a grammaro Modified: doc/trunk/design/syn/S02.pod ...
Larry
Jun 12, 2007 at 7:08 pm
Jun 12, 2007 at 7:08 pm -
Author: larry Date: Fri Jun 8 11:13:55 2007 New Revision: 14417 Modified: doc/trunk/design/syn/S02.pod Log: should proofread before checkin, not after... Modified: doc/trunk/design/syn/S02.pod ...
Larry
Jun 8, 2007 at 6:14 pm
Jun 8, 2007 at 6:14 pm -
Author: larry Date: Fri Jun 8 11:09:37 2007 New Revision: 14416 Modified: doc/trunk/design/syn/S02.pod Log: Added PROCESS as a superglobal namespace for easier apachefication of scripts. Modified: ...
Larry
Jun 8, 2007 at 6:09 pm
Jun 8, 2007 at 6:09 pm -
Author: larry Date: Sat Jun 2 12:42:11 2007 New Revision: 14413 Modified: doc/trunk/design/syn/S02.pod doc/trunk/design/syn/S03.pod doc/trunk/design/syn/S04.pod doc/trunk/design/syn/S06.pod ...
Larry
Jun 2, 2007 at 7:42 pm
Jun 2, 2007 at 7:42 pm -
Author: larry Date: Fri Jun 1 12:44:27 2007 New Revision: 14412 Modified: doc/trunk/design/syn/S06.pod Log: note that parsed/reparsed also influences whether trailing bracket is assumed Modified: ...
Larry
Jun 1, 2007 at 7:44 pm
Jun 1, 2007 at 7:44 pm -
Author: larry Date: Thu May 31 22:43:55 2007 New Revision: 14411 Modified: doc/trunk/design/syn/S12.pod Log: There is no longer any run-time dwimmery in indirect dispatch. Now use $obj."$foo" ...
Larry
Jun 1, 2007 at 5:44 am
Jun 1, 2007 at 5:44 am
Group Overview
group | perl6-language |
categories | perl |
discussions | 30 |
posts | 239 |
users | 54 |
website | perl6.org |
54 users for June 2007
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)