Search Discussions
-
I haven't seen details in an Apocalypse, but Damian's Perl 6 overview has a bit about it. The Apocalypse specifically mentions *compile-time* scope management, but Damian is, uh, Damian. (DWIMery ...
Ken Fox
Sep 4, 2001 at 4:07 am
Sep 13, 2001 at 2:59 pm -
Okay, I'm whipping together the "fancy math" section of the interpreter assembly language. I've got: sin, cos, tan : Plain ones asin, acos, atan : arc-whatevers shinh, cosh, tanh : Hyperbolic ...
Dan Sugalski
Sep 8, 2001 at 4:00 pm
Sep 14, 2001 at 1:32 am -
A couple weeks ago I alluded that I was working on some documentation. After a brief hiatus, I've picked it back up, and am ready to release.... an entire half document. Big whoopee. Anyway, what I'm ...
Bryan C . Warnock
Sep 2, 2001 at 2:42 am
Sep 7, 2001 at 10:03 pm -
19
Prototypes
Are prototypes going to be checked at runtime now? The following parses, but doesn't do anything, including warn. my $a = sub ($) { print }; -- Bryan C. Warnock bwarnock@capita.comBryan C . Warnock
Sep 2, 2001 at 11:51 pm
Sep 4, 2001 at 11:09 pm -
The normal, efficient Perl 5 way to open a file and do work on it. open FILE, "some/file"; while(<FILE ) { print; } close FILE; Now consider this Perl 5 code that does the exact same thing. ...
Michael G Schwern
Sep 25, 2001 at 1:58 am
Oct 4, 2001 at 11:05 am -
How many times have you written this (well, since this is Perl 6 grammar, you've probably *never* written this, but you get the idea) my $foo = %hash{$key} || 'some default'; Annoying, and you've got ...
Michael G Schwern
Sep 25, 2001 at 2:06 am
Oct 8, 2001 at 6:58 pm -
Here's a list of what any Perl 6 implementation of lexicals must be able to cope with (barring additions from future apocalyses). Can anyone think of anything else? From Perl 5: * multiple instances ...
Dave Mitchell
Sep 6, 2001 at 4:39 pm
Sep 7, 2001 at 2:57 am -
=head1 TITLE API for the Perl 6 debugger. =head1 VERSION 1.1 =head2 CURRENT Maintainer: David Storrs (dstorrs@dstorrs.com) Class: Internals PDD Number: ? Version: 1 Status: Developing Last Modified: ...
Dave Storrs
Sep 5, 2001 at 1:57 am
Sep 5, 2001 at 12:19 pm -
1
Labels
Hmm.... is this such a good thing? my $a = 0; GORK: while( 1 ) { print "Rin "; GORK: if ( 1 ) { print "Tin "; goto GORK if $b ^= 1; print "\n"; next GORK; } } -- Bryan C. Warnock bwarnock@capita.comBryan C . Warnock
Sep 6, 2001 at 1:06 am
Sep 6, 2001 at 1:29 am -
I mentioned this idea before, and I've managed to implement a bit of it. This is a compiler implementing a (very small) subset of Perl 6; it puts the assembler code on STDOUT. Control flow and loops ...
Brent Dax
Sep 30, 2001 at 7:54 pm
Sep 30, 2001 at 7:54 pm -
In Configure.pl, one of the things I do is include Data::Dumper if it's there, and skip the part that needs it otherwise. Unfortunately, because of the compile-time nature of use, I can't do it. ...
Brent Dax
Sep 21, 2001 at 8:49 pm
Sep 21, 2001 at 8:49 pm -
That is confusing, but it is not because closures are confusing. It is confusing because it is a BUG. In Perl 5, named subroutines are not properly closed. If the bug were fixed, the result would be ...
Mark-Jason Dominus
Sep 4, 2001 at 6:37 pm
Sep 4, 2001 at 6:37 pm -
A while ago, I posted some inconsistencies with scope declarators. (http://archive.develooper.com/perl6-language@perl.org/msg08028.html) A few more related notions.... ---- $a = "test"; { chop(my $a ...
Bryan C . Warnock
Sep 4, 2001 at 2:06 am
Sep 4, 2001 at 2:06 am
Group Overview
group | perl6-language |
categories | perl |
discussions | 14 |
posts | 210 |
users | 41 |
website | perl6.org |
41 users for September 2001
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)