Parrot 2.10.0 "Pesquet's" released!

2010-11-16 Thread Tyler Curtis
On behalf of the Parrot team, I'm proud to announce Parrot 2.10.0 "Pesquet's". Parrot is a virtual machine aimed at running all dynamic languages. Parrot 2.10.0 is available on Parrot's FTP site (ftp://ftp.parrot.org/pub/parrot/releases/devel/2.10.0/), or follow the download instructions at http:/

Re: Lessons to learn from ithreads (was: threads?)

2010-10-16 Thread Tyler Curtis
ant to consider how different designs will affect the complexity and performance of concurrency primitives for Perl 6 implementations (especially for more common implementation strategies), but neither "interpreter" nor "VM" appears in a quick grepping of S17. I don't think that should change. -- Tyler Curtis

Re: pattern alternation (was Re: How are ...)

2010-08-05 Thread Tyler Curtis
>  rule stmt :r(:o) { * } > > The clown nose is just a side benefit ;-) > > Seriously, though, I prefer :r(:o) because :r:o looks like it should be the > opposite of :rw (there is no :ro, as far as I know). > > PS: I see no reason that any of this is needed for 6.0.0 > > -- > Aaron Sherman > Email or GTalk: a...@ajs.com > http://www.ajs.com/~ajs > -- Tyler Curtis