Stefan (>):
> A methodical is an operator which syntactically behaves as a method but is
> subject to scoping rules. Methodicals are defined using the ordinary method
> keyword, qualified with my or our. (TODO: This seems the most natural syntax
> to me, but it conflicts with existing usage. Whi
Damian (>>), Matt (>):
>> Perhaps we need to think more Perlishly and reframe the entire question.
>> Not: "What threading model do we need?", but: "What kinds of non-sequential
>> programming tasks do we want to make easy...and how would we like to be
>> able to specify those tasks?"
>
> I watched
On Oct 12, 2010, at 9:22 AM, Damian Conway wrote:
> Perhaps we need to think more Perlishly and reframe the entire question.
> Not: "What threading model do we need?", but: "What kinds of non-sequential
> programming tasks do we want to make easy...and how would we like to be
> able to specify tho
On Fri, Oct 15, 2010 at 10:56 AM, Tim Bunce wrote:
...
> Another important issue here is portability of concepts across
> implementations of perl6. I'd guess that starting a thread with a fresh
> interpreter is likely to be supportable across more implementations than
> starting a thread with clon
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #78406]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=78406 >
rakudo: for ^8 { say .fmt("%03b") }
rakudo 064702: OUTPUT«000001010011100101110
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #78404]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=78404 >
rakudo: grammar G { regex foo { } }; say "alive"
rakudo 064702: OUTPUT«alive»
* masak
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 10/15/10 10:22 , B. Estrade wrote:
> Pardon my ignorance, but are continuations the same thing as
> co-routines, or is it more primitive than that? Also, doesn't this
> really just allow context switching outside of the knowledge of a
> kernel thre
Earlier, Leon Timmermans wrote:
: * Code sharing is actually quite nice. Loading Moose separately in a
: hundred threads is not. This is not trivial though, Perl being so
On Fri, Oct 15, 2010 at 09:57:26AM -0400, Mark J. Reed wrote:
> On Fri, Oct 15, 2010 at 7:42 AM, Leon Timmermans wrote:
> > Continuations and fibers are incredibly useful and should be easy to
> > implement on parrot/rakudo but they aren't really concurrency. They're
> > a solution to a different
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 thoughts are:
>>
>> - Don't clone a live interpreter.
>> Sta
> Date: Tue, 12 Oct 2010 23:46:48 +0100
> From: tim.bu...@pobox.com
> To: faw...@gmail.com
> CC: ben-goldb...@hotmail.com; perl6-langu...@perl.org
> Subject: Lessons to learn from ithreads (was: threads?)
>
> On Tue, Oct 12, 2010 at 03:42:00PM +0200, Leon Timmermans wrote:
> > On Mon, Oct 11, 201
11 matches
Mail list logo