RE: Two questions on Perl 6 functionality

2010-06-30 Thread Timothy S. Nelson
On Sun, 20 Jun 2010, Xi Yang wrote: You might mis-understood method modifiers. I mean: before x() after x() around x() . Just a note that I've usually seen this called Aspect-Oriented Programming. 2: Does Perl 6 has build-in support for message passing (like those in Glib and

Re: very basic type checking

2010-06-30 Thread Darren Duncan
Moritz Lenz wrote: But I fear that optimizations are a risky business, considering our rather low test coverage (and considering that we don't really know how much of our code paths are actually covered by tests). In that case, perhaps Rakudo should have a config or compile-time (of Rakudo