Search   Feed   Browse   Add
Feed items 1 - 10 of 36 for September 2000

Re: RFC 120 (v5) Implicit counter in for statements, possibly $. by Piers Cawley - September 29, 2000

Perl6 RFC Librarian <perl6-rfcperl.org> writes:> This and other RFCs are available on the web at> http:dev.perl.orgrfc> > =head1 TITLE> > Implicit counter in for statements, possibly $.> > =head1 VERSION> > Maintainer: John McNamara <jmcnamaracpan.org>> Date: 16 Aug 2000> Last Modified: 27 Sep 2000> Mailing List: perl6-language-flowperl.org> Number: 120> Version: 5> Status: Frozen> Frozen since: v3> > =head1..
http://www.nntp.perl.org/group/perl.perl6.language.flow/2000/09/msg333.html

RFC 345 (v1) Putting an Event Loop in the Core by Perl6 RFC Librarian - September 28, 2000

This and other RFCs are available on the web at http:dev.perl.orgrfc=head1 TITLEPutting an Event Loop in the Core=head1 VERSION Maintainer: Uri Guttman <urisysarch.com> Date: 29 Sept 2000 Mailing List: perl6-language-flowperl.org Number: 345 Version: 1 Status: Developing=head1 ABSTRACTThis RFC describes a pragma and an API for an event loop and someramifications of its implementation. We all agree that Perl needs asingle event loop that can be used to multiplex IO, signals and...
http://www.nntp.perl.org/group/perl.perl6.language.flow/2000/09/msg332.html

RFC 185 (v4) Thread Programming Model by Perl6 RFC Librarian - September 28, 2000

This and other RFCs are available on the web at http:dev.perl.orgrfc=head1 TITLEThread Programming Model=head1 VERSION Maintainer: Steven McDougall <swmcdworld.std.com> Date: 31 Aug 2000 Last Modified: 28 Sep 2000 Version: 4 Mailing List: perl6-language-flowperl.org Number: 185 Status: Developing Frozen since: v3 Unfrozen since: v4=head1 ABSTRACTThis RFC describes the programming interface to Perl6 threads. It documents the function calls, operators, classes, methods, orwhatever.
http://www.nntp.perl.org/group/perl.perl6.language.flow/2000/09/msg331.html

RFC 120 (v5) Implicit counter in for statements, possibly $. by Perl6 RFC Librarian - September 28, 2000

This and other RFCs are available on the web at http:dev.perl.orgrfc=head1 TITLEImplicit counter in for statements, possibly $.=head1 VERSION Maintainer: John McNamara <jmcnamaracpan.org> Date: 16 Aug 2000 Last Modified: 27 Sep 2000 Mailing List: perl6-language-flowperl.org Number: 120 Version: 5 Status: Frozen Frozen since: v3=head1 ABSTRACTThe syntax of the Perl style C<for> statement could be augmented by theintroduction of an implicit counter variable. The deprecated...
http://www.nntp.perl.org/group/perl.perl6.language.flow/2000/09/msg330.html

Re: RFC 185 (v3) Thread Programming Model by James Mastros - September 27, 2000

On Wed, Sep 27, 2000 at 05:29:22AM -0000, Perl6 RFC Librarian wrote:> $ok = try $scalar;> $ok = try array> $ok = try %hash;> $ok = try &sub;I&39;d like to see a more specific name for these. &39;try&39; is too useful a wordfor core to gobble it up for everything (IMHO). attempt_lock Or simplyput these in a module and not export try by default. (Also, try might getused for exceptions -- or would at least confuse people who expect it to be.)Also, it&39;d be nice if an..
http://www.nntp.perl.org/group/perl.perl6.language.flow/2000/09/msg329.html

RFC 185 (v3) Thread Programming Model by Perl6 RFC Librarian - September 26, 2000

This and other RFCs are available on the web at http:dev.perl.orgrfc=head1 TITLEThread Programming Model=head1 VERSION Maintainer: Steven McDougall <swmcdworld.std.com> Date: 31 Aug 2000 Last Modified: 26 Sep 2000 Mailing List: perl6-language-flowperl.org Number: 185 Version: 3 Status: Frozen=head1 ABSTRACTThis RFC describes the programming interface to Perl6 threads. It documents the function calls, operators, classes, methods, orwhatever else the language provides for...
http://www.nntp.perl.org/group/perl.perl6.language.flow/2000/09/msg328.html

RFC 178 (v5) Lightweight Threads by Perl6 RFC Librarian - September 26, 2000

This and other RFCs are available on the web at http:dev.perl.orgrfc=head1 TITLELightweight Threads=head1 VERSION Maintainer: Steven McDougall <swmcdworld.std.com> Date: 30 Aug 2000 Last Modified: 26 Sep 2000 Mailing List: perl6-language-flowperl.org Number: 178 Version: 5 Status: Frozen=head1 ABSTRACTA lightweight thread model for Perl.=over 4=item All threads see the same compiled subroutines=item All threads share the same global variables=item Threads can create thread-local...
http://www.nntp.perl.org/group/perl.perl6.language.flow/2000/09/msg327.html

RFC 321 (v1) Common Callback API for all AIO calls. by Perl6 RFC Librarian - September 25, 2000

This and other RFCs are available on the web at http:dev.perl.orgrfc=head1 TITLECommon Callback API for all AIO calls.=head1 VERSION Maintainer: Uri Guttman <urisysarch.com> Date: 25 Sep 2000 Mailing List: perl6-language-flowperl.org Number: 321 Version: 1 Status: Developing=head1 ABSTRACTThis RFC addresses the way callbacks are requested in the Advanced IO(AIO) system and how they get called. The goal is to have a commoncallback style across the board.=head1 DESCRIPTIONThere are...
http://www.nntp.perl.org/group/perl.perl6.language.flow/2000/09/msg326.html

RFC 120 (v4) Implicit counter in for statements, possibly $. by Perl6 RFC Librarian - September 25, 2000

This and other RFCs are available on the web at http:dev.perl.orgrfc=head1 TITLEImplicit counter in for statements, possibly $.=head1 VERSION Maintainer: John McNamara <jmcnamaracpan.org> Date: 16 Aug 2000 Last Modified: 25 Sep 2000 Mailing List: perl6-language-flowperl.org Number: 120 Version: 4 Status: Frozen Frozen since: v3=head1 ABSTRACTThe syntax of the Perl style C<for> statement could be augmented by theintroduction of an implicit counter variable. The deprecated...
http://www.nntp.perl.org/group/perl.perl6.language.flow/2000/09/msg325.html

Re: A common event loop by Chaim Frenkel - September 23, 2000

>>>>> "DLN" == David L Nicol <davidkasey.umkc.edu> writes:DLN> This too is something that would be very easy to do inDLN> everything-is-an-exception world. All events throw "EVENT-whatever"DLN> exceptions, and there you are.That is a nasty and expensive way of doing something &39;simple&39;.And I can&39;t imagine how this would work. Any statement could be interuptedwith an exception, but there is no mechanism to restart.This is just plain...
http://www.nntp.perl.org/group/perl.perl6.language.flow/2000/09/msg324.html
Available Archives
- September (36 items)
- November (1 item)
Sponsored Links
© 2008 FeedCapsule.com  |  Contact