Re: Production Ready Perl 6?

2011-11-24 Thread Raphael Descamps
Am Mittwoch, den 23.11.2011, 17:21 +0100 schrieb Daniel Carrera: > On 11/23/2011 02:58 PM, Richard Hainsworth wrote: > Five years seem an eternity in the frenetic world of dot_coms and the > like. But it is not a long time in other areas of human activity. > > Wanting perl6 to be finished will n

Re: r31789 -[S32] DateTime immutable, leap seconds validation

2010-07-23 Thread Raphael Descamps
Hi, Am Freitag, den 23.07.2010, 11:50 +0100 schrieb Nicholas Clark: > On Thu, Jul 22, 2010 at 11:54:10PM +0200, pugs-comm...@feather.perl6.nl wrote: > > > It shouldn't be too hard to write a Perl 5 script, to be run as > > part of Rakudo's build process, that automatically updates the > > leap-se

Re: You never have privacy from your children in Perl 6

2010-03-23 Thread Raphael Descamps
Am Dienstag, den 23.03.2010, 20:06 +0100 schrieb Moritz Lenz: > > Carl Mäsak wrote: > > Carl (>>), Moritz (>): > >>> um, so 'protected' is when the deriving classes can see the > >>> attribute? > >>> yup > >>> that's what 'private' means in Perl 6. > >> > >> That's wrong. Perl 6's "private" i

Re: How does List.map: { .say } work?

2009-11-02 Thread Raphael Descamps
Am Montag, den 02.11.2009, 14:33 -0500 schrieb Solomon Foster: > On Mon, Nov 2, 2009 at 2:03 PM, Solomon Foster wrote: > > On Mon, Nov 2, 2009 at 10:21 AM, Carl Mäsak wrote: > >> Solomon (>), Moritz (>>): > the current spec doesn't allow immutable containers to call .map with a > block

Re: Aliasing methods in CPAN roles

2009-10-20 Thread Raphael Descamps
Am Montag, den 19.10.2009, 16:43 -0700 schrieb Jon Lang: > Raphael Descamps wrote: > > I personally don't understand why we don't have a exclude and alias > > operator in Perl 6 but I have not read all the synopses and don't have > > an overview. > > I do

Re: Aliasing methods in CPAN roles

2009-10-19 Thread Raphael Descamps
Am Freitag, den 16.10.2009, 10:54 +0400 schrieb Richard Hainsworth: > Arising out of "Freezing Roles" is a related question. > > Suppose I download a module from CPAN with a role I want to use, but it > introduces a method that I want that is in conflict with an existing > method (say one taken

Re: Cobra & Ioke Programming Languages

2009-09-17 Thread Raphael Descamps
> Also any thoughts on implementing Perl 6 on LLVM? Well, the planning is already under way... Parrot want to eventually use LLVM as one of the possible backend: http://wknight8111.blogspot.com/2009/09/first-steps-on-jit-overhaul.html At the moment, it is targeted for the 2.6 release: https://t

Re: Looking for help updating Perl 6 and Parrot part of Perl Myths talk

2009-09-16 Thread Raphael Descamps
Am Mittwoch, den 16.09.2009, 10:30 +0200 schrieb François Perrad: > 2009/9/16 Carl Mäsak : > > Tim (>), Raphael (>>): > >>> Some XML related stuff: > >>> > >>> XML parser: > >>> http://github.com/fperrad/xml/ > No Perl6. > Only Parrot & PCT. Yes, I know. But your XML grammar is Perl 6 syntax anyw

Re: Looking for help updating Perl 6 and Parrot part of Perl Myths talk

2009-09-15 Thread Raphael Descamps
Am Dienstag, den 15.09.2009, 16:46 +0200 schrieb Carl Mäsak: > Tim (>), Carl (>>), Tim (>>>): > >> > I'd be grateful for feedback on any of the slides, but I'm especially > >> > interested in updates for: > >> > > >> >page 73 - Perl 6 implementations > >> >I've added Mildew, wit

Re: Looking for help updating Perl 6 and Parrot part of Perl Myths talk

2009-09-14 Thread Raphael Descamps
A few other interesting metrics could be for example: * Work done on the Specification (Synopses): svn log docs/Perl6/Spec/ * TimToady hacking ;) svn log src/perl6/ svn log src/perl6/STD.pm * Work done on the Official Testsuite: svn log t/spec/ * Work done on the Testsuite: svn log t/ (It's int

Re: Perl 6 modules and classboxes?

2009-08-07 Thread Raphael Descamps
> I tried to read the Synopse S11 and how modules will be working in Perl > 6: to be honest I still not really anderstand it :) What may help me is to know where Perl 6 modules are to be placed in the module taxonomy used in the module calculus paper below. > To develop the classbox concept, the

Perl 6 modules and classboxes?

2009-08-07 Thread Raphael Descamps
Hi, In the last few months, I tried to anderstand better Roles aka statefull traits, so I read differents traits papers about it. From the same research group, I also read about classboxes and found the concept interresting, particulary when combined with traits (roles). Please note that I am not

Re: xml grammar

2009-08-06 Thread Raphael Descamps
Am Montag, den 03.08.2009, 11:04 +1000 schrieb Timothy S. Nelson: > On Fri, 31 Jul 2009, Raphael Descamps wrote: > > > Hi, > > > > I have seen that wayland76 was playing with an XML Grammar on #perl6, so > > I think that it was maybe the time to send what I already

xml grammar

2009-07-31 Thread Raphael Descamps
Hi, I have seen that wayland76 was playing with an XML Grammar on #perl6, so I think that it was maybe the time to send what I already have done. Maybe it should be a perl6.user posting, but as there is actualy no working xml library available for perl 6 and it is a good test for how it feel to w

Re: YAPC::EU and Perl 6 Roles

2009-07-15 Thread Raphael Descamps
Am Freitag, den 10.07.2009, 17:06 -0700 schrieb Jon Lang: > How about this: in role composition, "mandate" causes methods to take > precedence over other methods with which they would normally conflict, > and to conflict with methods that would normally take precedence over > them. I really dislik