Search Discussions
-
28
for ... else
Today I stumbled upon the Perl5 module For::Else. It adds an else block to a foreach loop: foreach my $item (@items) { #process each item } else { #handle the empty list case } I find it a very nice ...Thomas Wittek
Mar 2, 2007 at 10:20 pm
Mar 5, 2007 at 3:10 pm -
I never could find the Pod-to-XHTML'd version of S26 -- the document attached to that email was S26.pod6, not S26.xhtml. I don't want to bug Damian, because obviously he has enough of life ...
Thom Boyer
Mar 18, 2007 at 8:25 pm
Apr 13, 2007 at 10:59 am -
Author: larry Date: Wed Mar 7 20:38:15 2007 New Revision: 14317 Modified: doc/trunk/design/syn/S02.pod doc/trunk/design/syn/S11.pod Log: Module longnames now specified in terms of ident plus ...
Larry
Mar 8, 2007 at 4:38 am
Mar 9, 2007 at 9:40 am -
Author: larry Date: Wed Mar 28 19:28:28 2007 New Revision: 14359 Modified: doc/trunk/design/syn/S09.pod Log: User-definable array indexing hammered out by TheDamian++ and Dataweaver++ Modified: ...
Larry
Mar 29, 2007 at 2:28 am
Apr 4, 2007 at 11:38 pm -
I'm pleased to announce the inaugural Perl 6 Microgrants program. Best Practical Solutions (my company) has donated USD5,000 to The Perl Foundation to help support Perl 6 Development. Leon Brocard, ...
Jesse Vincent
Mar 22, 2007 at 3:04 am
Mar 23, 2007 at 11:01 am -
The text of S02, S03, and S04 still contain references to the now-defunct "statement_modifier" grammatical category. Also, what's the reasoning behind specifically disallowing _all_ statement ...
Jonathan Lang
Mar 5, 2007 at 4:55 am
Mar 5, 2007 at 6:00 am -
Author: larry Date: Fri Mar 9 16:38:18 2007 New Revision: 14325 Modified: doc/trunk/design/syn/S11.pod Log: As noted by allbery_b++, Smylers++, and david.green++, we've thoroughly neglected to ...
Larry
Mar 10, 2007 at 12:38 am
Mar 17, 2007 at 2:16 am -
Author: larry Date: Mon Mar 12 13:30:46 2007 New Revision: 14339 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 Log: ...
Larry
Mar 12, 2007 at 8:31 pm
Mar 13, 2007 at 8:10 am -
You might find Dee interesting: http://www.quicksort.co.uk/ A relational language extension for Python Inspired by 'The Third Manifesto', a book by Chris Date and Hugh Darwen, we're putting forward ...
John Beppu
Mar 24, 2007 at 2:15 am
Mar 30, 2007 at 4:01 am -
As a little Perl 6 exercise I translated the Perl 5 Markov chain / dissociated-press script from _The Practice of Programming_: http://cm.bell-labs.com/cm/cs/tpop/markov.pl Here's my Perl 6 attempt, ...
Ryan Richter
Mar 2, 2007 at 6:33 pm
Mar 13, 2007 at 2:48 am -
What happens if a resumable exception is propagated through a block with a LEAVE, KEEP, or UNDO block? S04 seems to be a bit vague on this point. It strikes me that what we want it to do is not ...
Daniel Hulme
Mar 5, 2007 at 1:06 pm
Mar 5, 2007 at 11:17 pm -
AFAICT, there's nothing in the documentation to explain how one would define a statement or operator with syntax along the lines of "if ... else ..." or "... ?? ... :: ..." Admittedly, the only cases ...
Jonathan Lang
Mar 5, 2007 at 5:25 am
Mar 5, 2007 at 5:40 am -
Author: larry Date: Wed Mar 28 23:21:49 2007 New Revision: 14360 Modified: doc/trunk/design/syn/S09.pod Log: Clarifications requested by spinclad++ and Bob Rogers++. Modified: ...
Larry
Mar 29, 2007 at 6:21 am
Mar 29, 2007 at 8:31 pm -
Author: larry Date: Thu Mar 29 00:55:18 2007 New Revision: 14362 Modified: doc/trunk/design/syn/S09.pod Log: typo spotted by Ruud++ Modified: doc/trunk/design/syn/S09.pod ...
Larry
Mar 29, 2007 at 7:55 am
Mar 29, 2007 at 6:56 pm -
Author: larry Date: Wed Mar 28 13:17:43 2007 New Revision: 14357 Modified: doc/trunk/design/syn/S04.pod Log: Tweaked when/break to leave innermost block with formal $_ (also TheDamian++) Modified: ...
Larry
Mar 28, 2007 at 8:17 pm
Mar 28, 2007 at 9:25 pm -
Author: audreyt Date: Sun Mar 11 14:52:42 2007 New Revision: 14337 Modified: doc/trunk/design/syn/S03.pod Log: * S03: Allow infix-assignment forms in the simple-one-arg case of variable declaration: ...
Audreyt
Mar 11, 2007 at 9:52 pm
Mar 26, 2007 at 11:22 pm -
Some (many?) enumerations represent cycles, where incrementing from the last element takes you back to the first: the seasons, the months, the days of the week, the hues, etc. How hard would it be to ...
Jonathan Lang
Mar 19, 2007 at 10:27 pm
Mar 19, 2007 at 10:31 pm -
Hello, Regarding this from perlvar: Remember: the value of $/ is a string, not a regex. awk has to be better for something. :-) It seems to me that the DFAable rules would intertwingle nicely as a ...
Brad Bowman
Mar 14, 2007 at 3:11 am
Mar 14, 2007 at 5:24 am -
Author: audreyt Date: Sun Mar 11 14:17:24 2007 New Revision: 14335 Modified: doc/trunk/design/syn/S06.pod Log: * S06: Add the "only" routine modifier. Also state explicitly that modifiers cannot ...
Audreyt
Mar 11, 2007 at 9:17 pm
Mar 11, 2007 at 11:23 pm -
Just a short note: please, if this is implemented, make sure that either Perl 6 conforms to Perl 5 behaviour, or the other way around. -- korajn salutojn, juerd waalboer: perl hacker <juerd@juerd.nl ...
Juerd Waalboer
Mar 9, 2007 at 8:31 pm
Mar 9, 2007 at 8:35 pm -
Author: larry Date: Fri Mar 9 11:23:09 2007 New Revision: 14323 Modified: doc/trunk/design/syn/S05.pod Log: Add :b/:basechar modifier as suggested by ruoso++. Modified: doc/trunk/design/syn/S05.pod ...
Larry
Mar 9, 2007 at 7:23 pm
Mar 9, 2007 at 7:50 pm -
Author: larry Date: Wed Mar 7 17:25:32 2007 New Revision: 14316 Modified: doc/trunk/design/syn/S03.pod Log: Clarifications requested by TheDamian++ Defined ++ and -- in terms of .succ and .pred so I ...
Larry
Mar 8, 2007 at 1:25 am
Mar 9, 2007 at 2:50 am -
Author: larry Date: Wed Mar 7 21:35:52 2007 New Revision: 14319 Modified: doc/trunk/design/syn/S02.pod Log: Definition of version sorting order. Modified: doc/trunk/design/syn/S02.pod ...
Larry
Mar 8, 2007 at 5:36 am
Mar 8, 2007 at 5:53 pm -
I was wondering about the semantics of coercion of non-numbers, so I experimented with the interactive Pugs on feather: pugs +"42" 42.0 pugs +"x42" 0.0 I assume that pugs is assuming "no fail" in the ...
Dave Whipp
Mar 5, 2007 at 5:22 pm
Mar 6, 2007 at 7:24 am -
Author: larry Date: Thu Mar 29 16:14:45 2007 New Revision: 14366 Modified: doc/trunk/design/syn/S09.pod Log: clarifications suggested by thom++ Modified: doc/trunk/design/syn/S09.pod ...
Larry
Mar 29, 2007 at 11:14 pm
Mar 29, 2007 at 11:14 pm -
Author: larry Date: Thu Mar 29 12:32:03 2007 New Revision: 14365 Modified: doc/trunk/design/syn/S04.pod Log: missing words spotted by shamu++ Modified: doc/trunk/design/syn/S04.pod ...
Larry
Mar 29, 2007 at 7:32 pm
Mar 29, 2007 at 7:32 pm -
Author: larry Date: Thu Mar 29 12:06:16 2007 New Revision: 14364 Modified: doc/trunk/design/syn/S09.pod Log: error spotted by TSa++ Modified: doc/trunk/design/syn/S09.pod ...
Larry
Mar 29, 2007 at 7:06 pm
Mar 29, 2007 at 7:06 pm -
Author: larry Date: Thu Mar 29 07:11:09 2007 New Revision: 14363 Modified: doc/trunk/design/syn/S09.pod Log: missing blank line supplied by dduncan++ Modified: doc/trunk/design/syn/S09.pod ...
Larry
Mar 29, 2007 at 2:11 pm
Mar 29, 2007 at 2:11 pm -
Author: larry Date: Wed Mar 28 23:32:40 2007 New Revision: 14361 Modified: doc/trunk/design/syn/S09.pod Log: Clarification suggested by gaal++ Modified: doc/trunk/design/syn/S09.pod ...
Larry
Mar 29, 2007 at 6:32 am
Mar 29, 2007 at 6:32 am -
Author: larry Date: Wed Mar 28 14:42:41 2007 New Revision: 14358 Modified: doc/trunk/design/syn/S04.pod Log: typo from Juerd++ Modified: doc/trunk/design/syn/S04.pod ...
Larry
Mar 28, 2007 at 9:42 pm
Mar 28, 2007 at 9:42 pm -
Author: larry Date: Wed Mar 28 12:46:50 2007 New Revision: 14356 Modified: doc/trunk/design/syn/S04.pod doc/trunk/design/syn/S06.pod Log: Simplified - binding not to autoalias $_ to first arg, per ...
Larry
Mar 28, 2007 at 7:47 pm
Mar 28, 2007 at 7:47 pm -
Author: larry Date: Mon Mar 26 18:10:55 2007 New Revision: 14355 Modified: doc/trunk/design/syn/S03.pod Log: typo from dduncan++ Modified: doc/trunk/design/syn/S03.pod ...
Larry
Mar 27, 2007 at 1:11 am
Mar 27, 2007 at 1:11 am -
Author: larry Date: Mon Mar 26 17:58:55 2007 New Revision: 14354 Modified: doc/trunk/design/syn/S05.pod Log: Suggestions from TheDamian++ and Juerd++ and others. All punctuation is now treated as ...
Larry
Mar 27, 2007 at 12:59 am
Mar 27, 2007 at 12:59 am -
I am very interested in this. I've done a little bit of work like this in the past, for projects like Java::Swing which is a thin Inline::Java facade for coding swing UI front ends in what appears to ...
Philcrow
Mar 22, 2007 at 3:52 pm
Mar 22, 2007 at 3:52 pm -
On behalf of the Parrot team, I'm proud to announce Parrot 0.4.10 "The Release Formerly Known as "Prince"." Parrot (http://parrotcode.org/) is a virtual machine aimed at running all dynamic ...
Will Coleda
Mar 21, 2007 at 11:04 am
Mar 21, 2007 at 11:04 am -
Author: larry Date: Fri Mar 16 12:27:14 2007 New Revision: 14353 Modified: doc/trunk/design/syn/S02.pod Log: Fixes suggested by spinclad++. Modified: doc/trunk/design/syn/S02.pod ...
Larry
Mar 17, 2007 at 12:18 am
Mar 17, 2007 at 12:18 am -
Author: larry Date: Fri Mar 16 09:31:56 2007 New Revision: 14352 Modified: doc/trunk/design/syn/S02.pod doc/trunk/design/syn/S03.pod Log: The ratio type is now a noun, not an adjective. No longer ...
Larry
Mar 16, 2007 at 11:28 pm
Mar 16, 2007 at 11:28 pm -
Author: larry Date: Thu Mar 15 14:26:26 2007 New Revision: 14351 Modified: doc/trunk/design/syn/S06.pod Log: Refinements to context methods. Modified: doc/trunk/design/syn/S06.pod ...
Larry
Mar 16, 2007 at 3:28 am
Mar 16, 2007 at 3:28 am -
Author: larry Date: Thu Mar 15 13:29:54 2007 New Revision: 14350 Modified: doc/trunk/design/syn/S02.pod Log: Change CONTEXT:: vars to be consistent with new context() function. Clarify that CALLER:: ...
Larry
Mar 15, 2007 at 8:30 pm
Mar 15, 2007 at 8:30 pm -
Author: larry Date: Wed Mar 14 12:12:20 2007 New Revision: 14349 Modified: doc/trunk/design/syn/S02.pod Log: Clarify adverbial use where infix expected. Modified: doc/trunk/design/syn/S02.pod ...
Larry
Mar 14, 2007 at 7:12 pm
Mar 14, 2007 at 7:12 pm -
Author: larry Date: Wed Mar 14 11:44:47 2007 New Revision: 14348 Modified: doc/trunk/design/syn/S09.pod Log: autoindexing should assume parallelizability (that's a hard word to type) Modified: ...
Larry
Mar 14, 2007 at 6:45 pm
Mar 14, 2007 at 6:45 pm -
Author: larry Date: Wed Mar 14 11:28:03 2007 New Revision: 14347 Modified: doc/trunk/design/syn/S02.pod Log: New "hyper" listop that is an explicitly parallelizing variant of "eager". Modified: ...
Larry
Mar 14, 2007 at 6:28 pm
Mar 14, 2007 at 6:28 pm -
Author: larry Date: Wed Mar 14 11:08:52 2007 New Revision: 14346 Modified: doc/trunk/design/syn/S06.pod Log: Further refinement of caller semantics to dwim in displaced closure calls. Modified: ...
Larry
Mar 14, 2007 at 6:09 pm
Mar 14, 2007 at 6:09 pm -
Author: larry Date: Wed Mar 14 09:03:15 2007 New Revision: 14345 Modified: doc/trunk/design/syn/S06.pod Log: Clarify that caller is not guaranteed to return a Routine context. Minor refactoring of ...
Larry
Mar 14, 2007 at 4:03 pm
Mar 14, 2007 at 4:03 pm -
Author: audreyt Date: Tue Mar 13 03:43:31 2007 New Revision: 14344 Modified: doc/trunk/design/syn/S02.pod Log: * S02: More fixups to reflect that fact that the f($x) form is always &f($x) and never ...
Audreyt
Mar 13, 2007 at 10:43 am
Mar 13, 2007 at 10:43 am -
Author: larry Date: Mon Mar 12 16:10:26 2007 New Revision: 14343 Modified: doc/trunk/design/syn/S06.pod Log: Added the KitchenSink role. Fiddle the feed operators to work better with files and such. ...
Larry
Mar 12, 2007 at 11:10 pm
Mar 12, 2007 at 11:10 pm -
Author: audreyt Date: Mon Mar 12 14:20:51 2007 New Revision: 14342 Modified: doc/trunk/design/syn/S03.pod Log: * S06: Clarify that simple parenless form of declarators must support list-context ...
Audreyt
Mar 12, 2007 at 9:21 pm
Mar 12, 2007 at 9:21 pm -
Author: larry Date: Mon Mar 12 14:02:52 2007 New Revision: 14341 Modified: doc/trunk/design/syn/S06.pod Log: Typos Modified: doc/trunk/design/syn/S06.pod ...
Larry
Mar 12, 2007 at 9:02 pm
Mar 12, 2007 at 9:02 pm -
Author: audreyt Date: Mon Mar 12 14:02:33 2007 New Revision: 14340 Modified: doc/trunk/design/syn/S02.pod Log: * S02: typo spotted by rhr++ Modified: doc/trunk/design/syn/S02.pod ...
Audreyt
Mar 12, 2007 at 9:02 pm
Mar 12, 2007 at 9:02 pm -
Author: audreyt Date: Mon Mar 12 04:00:33 2007 New Revision: 14338 Modified: doc/trunk/design/syn/S06.pod Log: * formatting code consistency suggested by Daniel Hulme. Modified: ...
Audreyt
Mar 12, 2007 at 11:00 am
Mar 12, 2007 at 11:00 am
Group Overview
group | perl6-language |
categories | perl |
discussions | 73 |
posts | 171 |
users | 45 |
website | perl6.org |
45 users for March 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)