Re: RFC 199 (v1) Short-circuiting C and C with C

2000-09-07 Thread David L. Nicol
The "assignment from a lazy list" section of RFC 123 suggests a system for requesting the first however many items out of a map or grep by making it lazy and then assigning it to an array of that size. "last" is more flexible, if you are looking for a condition more complex than the first one,

Re: RFC 199 (v1) Short-circuiting C and C with C

2000-09-06 Thread Damian Conway
Just to note that RFC 76 (Builtin: reduce) also proposes this mechanism as a means of short-circuiting C. Damian

RFC 199 (v1) Short-circuiting C and C with C

2000-09-06 Thread Perl6 RFC Librarian
This and other RFCs are available on the web at http://dev.perl.org/rfc/ =head1 TITLE Short-circuiting C and C with C =head1 VERSION Maintainer: Garrett Goebel <[EMAIL PROTECTED]> Date: 6 Sep 2000 Mailing List: [EMAIL PROTECTED] Version: 1 Number: 199 Status: Developing =head1 A