<div dir="ltr">Tomorrow will be Perl Mongers in the usual place, The Station.<div><br></div><div>There's been a bit of Perl news since we last met:</div><div><br></div><div>Perl 6, the spec, finally shipped. With latest version of Rakudo implementing Perl 6.c quite well, albeit slowly :-(</div><div><br></div><div>There was a blog post about a possible business case for P6 - <a href="http://blogs.perl.org/users/zoffix_znet/2016/01/why-in-the-world-would-anyone-use-perl-6.html">http://blogs.perl.org/users/zoffix_znet/2016/01/why-in-the-world-would-anyone-use-perl-6.html</a></div><div><br></div><div>Over in Perl 5 land, Dave Mitchell has proposed a patchset to massively speed up scope and sub entry - <a href="http://www.nntp.perl.org/group/perl.perl5.porters/2016/01/msg233631.html">http://www.nntp.perl.org/group/perl.perl5.porters/2016/01/msg233631.html</a> .</div><div><br></div><div>The email is a little technical but the upshot is, if this patchset was to be merged, Perl 5.24 would be 40% faster at entering a scope, think if/do/etc, and 23% faster at entering a sub.</div><div><br></div><div>I think Yves sums it up best with the following quote:</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">This is a really nice improvement. One of my pet peeves about Perl is<br>that properly modularized code is slow. Any patch which reduces the<br>cost of calling a sub is a good thing in my book. Ones that come with<br>implementation documentation are even better. :-) </blockquote></div>