I recently encountered a language, E, which has some very nifty
features for building distributed systems. The current version
of E is built on top of Java, but I wonder:
* whether E's features will (could) be supported in Perl 6
* whether E could be supported by Parrot
Here are some referen
> "LP" == Luke Palmer <[EMAIL PROTECTED]> writes:
LP> use Rule::XML;
LP> for <> {
LP> mysub($_) for m:g/(«Rule::XML::tag»)/;
LP> }
shouldn't that be in the Grammar namespace? not that we have finalized
namespaces but i was under the impression that Grammar was rese
Matt Fowles writes:
> Perl 6 Language
>idiomatic Perl 6
> StÃphane Payrard expressed a desire for more Perl 6 sample code. Luke
> Palmer issued the following, possibly foolish, response: "post some
> \"how do I\"s to the list, and I'll reply with code". Austin Hastings
> posed
Perl 6 Summary for 2005-01-11 through 2005-01-18
Welcome to yet another Perl Summary brought to you by music and pizza
(although the pizza is late in arriving). Like many summaries before it,
we start with an attempt at non sequitur and Perl 6 Language.
Perl 6 Language
idiomatic P