On Fri, Oct 15, 2010 at 11:04:18AM +0100, Tim Bunce wrote:
> On Thu, Oct 14, 2010 at 11:52:00PM -0400, Benjamin Goldberg wrote:
> >> From: tim.bu...@pobox.com
> >>
> >> So I'd like to use this sub-thread to try to identify when lessons we
> >> can learn from ithreads. My initial tho
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #80126]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=80126 >
rakudo: use v6; say "alive"
rakudo : OUTPUT«alive»
rakudo: use v7; say "alive"
raku