Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re^2: Perl 5.10.0 is out

by blazar (Canon)
on Dec 20, 2007 at 21:56 UTC ( [id://658295]=note: print w/replies, xml ) Need Help??


in reply to Re: Perl 5.10.0 is out
in thread Perl 5.10.0 is out

hope we'll all be proud of what Perl is becoming. And ready to get back to the keyboard for 5.12, for which, I hope, we'll not wait as long as we waited for 5.10.

I personally believe that we can ask perl for an estimate:

#!/usr/bin/perl use strict; use warnings; use Date::Parse; use Statistics::LineFit; my $lf=Statistics::LineFit->new; $lf->setData([4,6,8,10], [map str2time($_), split /\n/ => <<'.EOD']); 13 Jun 1997 22 Mar 2000 18 Jul 2002 18 Dec 2007 .EOD my ($i,$s)=$lf->coefficients; print "Perl 5.12 estimated release date: " . localtime($i+$s*12), "\n" +; __END__

Of course, anyone who both sucks less is better than me at statistics, and knows perl history better than I do, could improve on this. Anyway, I get:

Perl 5.12 estimated release date: Mon Jul 5 13:00:00 2010
--
If you can't understand the incipit, then please check the IPB Campaign.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://658295]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-25 23:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found