Search Discussions
-
In (re?)examining the Apocalypses, I've found something that confuses me a bit. A2 refers to C<MY as a "pseudopackage" and says: __LINE__ becomes MY.line __FILE__ " MY.file There is also Apocalypsal ...
Chip Salzenberg
Jul 10, 2002 at 1:51 am
Jul 11, 2002 at 11:55 pm -
This week on Perl 6 ~(24-30 June 2002) By Piers Cawley, 020020702 Notes Experimenting with a slightly different format this week (theft from NTKnow considered sensible...), I'll also be looking at ...
Pdcawley
Jul 2, 2002 at 9:28 am
Jul 9, 2002 at 8:44 am -
I've just submitted a short talk to the Scandinavian Conference on Java And Object Orientation (JAOO.org) [1] entitled "Perl 6, The Good Parts". This talk will be given to an audience of mostly Java, ...
Michael G Schwern
Jul 3, 2002 at 5:24 pm
Jul 31, 2002 at 8:27 pm -
me again, At the moment based on Apo1- 4 no ex's "walked" yet. - There is a questions inside feel free to answer ... [?? ... ??] - Also links for other reference implementation will be good. - Also ...
Raptor
Jul 1, 2002 at 11:54 am
Jul 8, 2002 at 12:51 am -
You've got a point. There's an easy way to say "I want a sub": my $sub = - { ... } But I can't think of a similarly punctuation-intensive way to say "I want a hash." (someone please step in and ...
Sean O'Rourke
Jul 15, 2002 at 6:57 am
Jul 15, 2002 at 5:42 pm -
Excuse me, but *bletch*, - this is as ugly as sin. Especially when we get into complex formulae. Imagine: @solution = (^-@b + sqrt(@b^**2 ^+ 4^*@a^*@c) ) ^/ (2^*@a); (or would it be ^sqrt() ?) - This ...
Karl Glazebrook
Jul 15, 2002 at 3:30 pm
Jul 17, 2002 at 7:29 pm -
As the message says. Code freeze tonight at midnight EDT (GMT-0400). I'll be tagging with PRE_REL_0.0.7 then. Features to be included: Perl 6 grammar Partial perl6 compiler Pure-perl assembler ...
Jeff
Jul 18, 2002 at 12:40 am
Jul 31, 2002 at 7:05 pm -
[Crossposted to perl6-language] Alberto Manuel Brandão Simões <albie@alfarrabio.di.uminho.pt writes: Um... not necessarily. Bordering on the 'not at all'. Perl 6 will apparently allow one to have ...
Pdcawley
Jul 23, 2002 at 9:07 am
Jul 26, 2002 at 3:28 pm -
Okay, for those of you following along at home, here's a quick rundown of what a continuation is, and how it works. (This is made phenomenally easier by the fact that perl has continations--try ...
Dan Sugalski
Jul 8, 2002 at 8:54 pm
Jul 9, 2002 at 9:33 pm -
Just a thought, I hope that we're going to be able to do things like: my $sub = {$^a + $^b}; $sub.arity; # 2 $sub.prototype; # ('$^a', '$^b') Getting access to this sort of thing will make the life ...
Pdcawley
Jul 3, 2002 at 7:37 am
Jul 8, 2002 at 9:09 pm -
Deborah Ariel Pickett: # ..., and someone pointed out that it had a problem # with code like "{ some_function_returning_a_hash() # }". Should it give a # closure? Or a hash ref? ... # Oh, well now ...
Brent Dax
Jul 15, 2002 at 11:53 pm
Jul 16, 2002 at 3:01 am -
Hi all, 1) perl6 driver program arrived in CVS/languages/perl6 CAVEATS: it generates a lot of intermediate files: ($filename.{warn,imc,pbc,pasm[,c,o,tree,]) an may therefore clobber e.g. mops.c if ...
Leopold Toetsch
Jul 28, 2002 at 11:35 am
Jul 30, 2002 at 3:02 pm -
I was pondering how to implement the apocalypse 5 stuff (only pondering) and I was wondering if <Inf,0 could be legal, indicating a greedy match. * = <Inf,0 + = <Inf,1 ? = <1,0 *? = <0,Inf +? = ...
Ashley Winters
Jul 4, 2002 at 5:16 pm
Jul 4, 2002 at 6:49 pm -
Hey, neither am I, but that hasn't stopped me from taking a stab or two, figuring that through pain comes fitness. The attempt has certainly given me a much better understanding of Perl (both 5 and ...
Sean O'Rourke
Jul 1, 2002 at 4:15 am
Jul 1, 2002 at 10:54 pm -
The thought process went something like this. In a world of distributed perl data, we want an expression like foreach (grep { $_- {smoker} and $_- {age} 18 } @Subscribers){ $- ...
David nicol
Jul 22, 2002 at 6:19 am
Oct 11, 2002 at 12:17 am -
Did I hear somewhere that paragraph mode (i.e., C<$/ = '' ) is going away? I can't find it in my archives, so maybe it was one of my feverish Perl 6 dreams (of which I've had too many lately, after ...
Trey Harris
Jul 5, 2002 at 7:47 pm
Jul 8, 2002 at 9:08 am -
Here you go folks Perl6 Summary for week ending 20020714 Well, what a week it's been, eh sportsfans? Without much more ado here's a rundown of all the excitement in the Perl 6 development camps. ...
Pdcawley
Jul 15, 2002 at 11:24 am
Jul 15, 2002 at 11:23 pm -
1. Perl6 should include a "has" and "have" keyword to set properties more clearly: my $var has Found; as opposed to: my $var is Found Similarly: my @list have Found I guess "have" sounds weird (all ...
Bill Atkins
Jul 7, 2002 at 1:10 pm
Jul 7, 2002 at 8:42 pm -
Current p6 rx syntax aiui regarding embedded code: / #1 do (may include an explicit fail): { code } #2 do with implicit 'or fail' <( code ) #3 interp lit: $( { code } ) #4 interp as rx: <{ code } / ...
Me
Jul 1, 2002 at 8:07 pm
Jul 2, 2002 at 9:18 pm -
=head1 TITLE Perl 6 summary for week ending 2002-07-21 =head1 AUTHOR Leon Brocard <acme@astray.com =head1 DETAILS Another week, another Perl 6 summary. Cunningly this week I have taken over the ...
Leon Brocard
Jul 22, 2002 at 7:19 pm
Jul 23, 2002 at 8:42 am -
I was reading through the Monastery, and I noticed a node (about the line between what's considered Perl discussion and what's off-topic) that had this regex in it: m:iw/how [do[es]?|can] [I|one] ...
Brent Dax
Jul 16, 2002 at 11:26 pm
Jul 17, 2002 at 4:05 am -
Just a note to say that, for various, very good reasons indeed, this week's summary will be with you on Wednesday rather than today. Apologies if you've been hanging on my every word, I'll try and ...
Pdcawley
Jul 29, 2002 at 9:43 am
Jul 29, 2002 at 9:43 am -
Hi all, thanks to Sean, finally a perl6 driver arrived in CVS. To further improve/clean up/enhance it, I would need the help of various people, working on different parts of the parrot project. ...
Leopold Toetsch
Jul 28, 2002 at 11:34 am
Jul 28, 2002 at 11:34 am -
I had assumed Perl6 will have copy-on-write references, so that $x = [1,2,3]; @y = *$x; would not require a copy. However, on thinking about it further, I realized that that would get you in trouble ...
Aaron Sherman
Jul 24, 2002 at 8:00 pm
Jul 24, 2002 at 8:00 pm -
From: david nicol whatever@davidnicol.com I'm uncomfortable with the idea of an object reaching out and overriding other functions. What if I really want to grep through everything in the array? How ...
Mosullivan
Jul 22, 2002 at 5:21 pm
Jul 22, 2002 at 5:21 pm -
"There's a bird who leads a life of hacking From everyone he meets / He gets some backing With every patch he takes / Another build we make Odds are he won't be the same tomorrow Secret Agent bird / ...
Jeff
Jul 19, 2002 at 4:40 am
Jul 19, 2002 at 4:40 am -
Long have I been a fan of giving pure Perl modules the power to change the rules and create a more built-in look, feel, and functionality. So, of course, I love %MY, I love real named parameters, I ...
Erik Steven Harrison
Jul 17, 2002 at 5:16 am
Jul 17, 2002 at 5:16 am -
[Note: I've copied a few lists, but all replies should go to the perl-documentation list. Apologies if you receive this message more than too many times.] Open Source Convention (aka The Perl ...
Casey West
Jul 15, 2002 at 11:19 pm
Jul 15, 2002 at 11:19 pm -
Back when Mr Warnock was doing the Perl 6 summaries, he instituted a 'Perl 6 Profiles' section (or whatever it was called) which profiled a Perl 6 'name' in every issue. Which was a jolly good idea. ...
5ws
Jul 9, 2002 at 10:25 am
Jul 9, 2002 at 10:25 am -
Perl6 Summary for week ending 20020707 Hello, good evening and welcome to the third of my attempts to summarize the comings and goings in the world of Perl 6. When we last saw them our heroes were ...
Pdcawley
Jul 8, 2002 at 8:37 pm
Jul 8, 2002 at 8:37 pm -
For anyone interested, http://fibonaci.babylonia.flatirons.org/perl6.vim contains a fairly complete (yet buggy, I'm sure) vim highlighting file for Perl 6. I sure hope I didn't already post this ...
Luke Palmer
Jul 8, 2002 at 12:08 pm
Jul 8, 2002 at 12:08 pm -
http://developers.slashdot.org/article.pl?sid=02/07/07/1646247 Standard slashdottish stuff--my favorite comment so far is the one wondering why Larry isn't contributing to Python development instead ...
Dan Sugalski
Jul 7, 2002 at 10:59 pm
Jul 7, 2002 at 10:59 pm -
I've been meaning to ask- is there any plan to add special support for XML features such as string escaping? It would be very useful, IMHO, to have something analogous to the "\Q" feature in perl5 ...
Josh Wilmes
Jul 3, 2002 at 10:57 pm
Jul 3, 2002 at 10:57 pm -
Doing volunteer work is so often a thankless task (and in many cases one that gets unwarranted abuse from random passers-by) that I wanted to take a moment to publically thank both Bryan Warnock and ...
Dan Sugalski
Jul 2, 2002 at 8:06 pm
Jul 2, 2002 at 8:06 pm -
Sorry, but I gotta put in a couple of comments which are basically subjective and don't realy need discussion. So, just for consideration: /^pat$/ /^pat\n?$/ # ^ and $ mean string /^pat$/m /^^pat$$/ ...
Peter allen
Jul 2, 2002 at 3:10 pm
Jul 2, 2002 at 3:10 pm -
No, last week's was not a flash in the pan, but this week's may not arrive 'til tomorrow. Stay tuned. -- Piers "It is a truth universally acknowledged that a language in possession of a rich syntax ...
Pdcawley
Jul 1, 2002 at 10:02 am
Jul 1, 2002 at 10:02 am
Group Overview
group | perl6-language |
categories | perl |
discussions | 36 |
posts | 238 |
users | 60 |
website | perl6.org |
60 users for July 2002
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)