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

2010-12-02 Thread Tim Bunce
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

[perl #80126] [BUG] 'use vN.N' with versions > 6.0 aren't rejected as too futuristic in Rakudo

2010-12-02 Thread Carl Mäsak
# 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