Rakudo Perl 6 development release #28 ("Moscow")

2010-04-22 Thread Moritz Lenz
On behalf of the Rakudo development team, I'm pleased to announce the March 2010 development release of Rakudo Perl #28 "Moscow". Rakudo is an implementation of Perl 6 on the Parrot Virtual Machine (see http://www.parrot.org). The tarball for the April 2010 release is available from http://github

Re: Rakudo Perl 6 development release #28 ("Moscow")

2010-04-22 Thread Andrew Shitov
Moscow.pm also reminds that today (22 Apr) is the birthday of Lenin :-) > March 2010 development release of Rakudo Perl #28 "Moscow". -- Andrew Shitov __ a...@shitov.ru | http://shitov.ru

Re: Proposal for a new Temporal time-measurement paradigm

2010-04-22 Thread Dave Rolsky
On Wed, 21 Apr 2010, Mark J. Reed wrote: I recommend not to open this up for 6.0.0 core. Calendar conversion is easy to do in a module, and the Date class has an absolute day count, which is really all you need everything for an intermediate representation. It wouldn't be hard to port Calendr

Updated: parrot-2.3.0-1, rakudo-201004-1 (aka perl6)

2010-04-22 Thread Reini Urban
I updated the Cygwin distribution to parrot-2.3.0-1 and rakudo-201004-1. See also http://use.perl.org/~pmichaud/journal/39411 "When will Perl 6 be finished?" We will make an "official", intermediate, useful and usable release of Perl 6 (an appropriate subset, called "Rakudo Star") by Spring 2010

[perl #67932] tests available

2010-04-22 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S06-signature/code.t commit 6d18247f0f0e02ee8084016b843522245cc6c5bb Author: moritz Date: Wed Apr 21 20:30:51 2010 + [t/spec] test for RT #67932 git-svn-id: http://svn.pugscode.org/p.

[perl #74448] tests available

2010-04-22 Thread kyleha
This is an automatically generated mail to inform you that tests are now available in t/spec/S02-builtin_data_types/nil.t commit 8d42030b8328cf141ebdce17f29835672f6f99c0 Author: kyle Date: Thu Apr 22 21:10:20 2010 + Test for RT 74448: eval of empty string should be Nil git-sv

Re: Proposal for a new Temporal time-measurement paradigm

2010-04-22 Thread Brandon S. Allbery KF8NH
Minor nit: On Apr 21, 2010, at 04:57 , Richard Hainsworth wrote: If a calendar system, eg., Chinese, Muslim and Jewish, defines days in the same way, eg., starting at midnight and incorporating leap seconds, for a time-zone, then the naming of the days is done by The Jewish, Muslim, and Bah

Re: Proposal for a new Temporal time-measurement paradigm

2010-04-22 Thread Jon Lang
Why do I find myself thinking of roles and classes here? IMHO, we should have a role that represents abstractly a moment in time. This role should, in and of itself, not be tied to any particular calendar; its purpose is so that one can write functions that make reference to instances in time wit