B. Estrade
- About: ::tacocat:: perl, Perl, PErl, PERl, PERL, pERL, peRL, perL, perl ::tacocat::
Recent Actions
-
Commented on Cool Perl 6 features available in Perl 5
I wonder if there's something that would allow the a superscript number be interpreted as an exponent (also part of his talk)....
-
Posted By the Numbers - YAPC::NA::2016 - Wednesday Night Pull Request Challenge to B. Estrade
As
YAPC... TPC::NA draws to a close, there was one final hurrah. About 25 (+/- a few) brave souls partook in the Wednesday Night Pull Request Challenge.There were:
- 28 pull requests issued
- 4 mo…
-
Posted YAPC::NA::2016 - Wednesday Night Pull Request Challenge to B. Estrade
craigslist is sponsoring the Wednesday Night Pull Request Challenge at YAPC::NA::2016 on 6/22 at 6pm-10pm (or 'til). This event is modeled, inspired, and loosely affiliated with Neil Bower's fun and successful "CPAN Pull Request Challenge" .
Food and drink…
-
Commented on Stupid state trick
Nice, you never know when these kind of micro-optmizations might come in handy....
-
Commented on Perl 7
You could also do what Emacs did and drop the major version number. Perl 20, anyone? Brett...
Comment Threads
-
Matt S Trout (mst) commented on
Perl 7
As an alternative idea - how about we pick a name rather than getting even further into the numbers game?
See my blog post on the subject for my suggestion as to what to pick.
-- mst, out
-
Aristotle commented on
Perl 7
Yes Jenda, these clearly look like dead projects to me. You’re talking out of your ass. As for your opinion that this supposed failure of the effort entitles you to give the people who are working on it a public “fuck you”, how about a nice big cup of shut-the-hell-up.
Thank you.
-
chris fedde commented on
Stupid state trick
I'd like to see some details about the kind of time that is saved using tricks like this.
-
3ee5cf54-f022-4a71-8666-3c2b5ee231dd [openid.stackexchange.com] commented on
Cool Perl 6 features available in Perl 5
You don't need Quote::Code:
say "2 + 2 = @{[2 + 2]}"; # "2 + 2 = 4"
That has worked in perl5 for quite a while—I think the newest feature used there is "say".
-
mauke commented on
Cool Perl 6 features available in Perl 5
The problems with
@{[ ]}
are that it looks quite clunky, it's inefficient at runtime (it builds and dereferences an arrayref), it evaluates its contents in list context, and it gets really confusing if you need (nested) quotes in the interpolated part.
About blogs.perl.org
blogs.perl.org is a common blogging platform for the Perl community. Written in Perl with a graphic design donated by Six Apart, Ltd.