RFC 207 (v3) Arrays: Efficient Array Loops by Perl6 RFC Librarian- September 30, 2000 This and other RFCs are available on the web at http:dev.perl.orgrfc=head1 TITLEArrays: Efficient Array Loops=head1 VERSION Maintainer: Buddha Buck <bmbuck14850.com> Date: 8 Sep 2000 Last Modified: 30 Sep 2000 Mailing List: perl6-language-dataperl.org Number: 207 Version: 3 Status: Frozen=head1 ABSTRACTThis RFC proposes a notation for creating efficient implicit loops overmultidimensional arrays. It introduces the notation i for an indexiterator for arrays, allowing temporary...http://www.nntp.perl.org/group/perl.perl6.language.data/2000/09/msg462.html RFC 116 (v3) Efficient numerics with perl by Perl6 RFC Librarian- September 30, 2000 This and other RFCs are available on the web at http:dev.perl.orgrfc=head1 TITLEEfficient numerics with perl=head1 VERSION Maintainer: pdl-porters team <pdl-portersjach.hawaii.edu> Date: 16 Aug 2000 Last Modified: 30 Sep 2000 Mailing List: perl6-language-dataperl.org Number: 116 Version: 3 Status: Frozen=head1 DISCUSSIONNot much happened. Most seemed to be dumbfounded by the densityof the description. What we really need is a good manual orbook on PDL as a reference. Short of this.http://www.nntp.perl.org/group/perl.perl6.language.data/2000/09/msg461.html Re: RFC 231 (v1) Data: Multi-dimensional arrayshashes and slices by Jeremy Howard- September 30, 2000 Karl Glazebrook wrote:> Ilya Zakharevich wrote:> > On Thu, Sep 28, 2000 at 11:39:51AM -0400, Karl Glazebrook wrote:> > > > > so what is wrong with the statement &39;y = 3x;&39; then > > > >> > > > That other constructs also create an array context, in which the> > > > behaviour of multiplication you propose is not appropriate.> > >> > > for example> >> > A prototypeless-function call.> >> get rid..http://www.nntp.perl.org/group/perl.perl6.language.data/2000/09/msg460.html Re: RFC 231 (v1) Data: Multi-dimensional arrayshashes and slices by Karl Glazebrook- September 30, 2000 get rid of them all!!Ilya Zakharevich wrote:> > On Thu, Sep 28, 2000 at 11:39:51AM -0400, Karl Glazebrook wrote:> > > > so what is wrong with the statement &39;y = 3x;&39; then > > >> > > That other constructs also create an array context, in which the> > > behaviour of multiplication you propose is not appropriate.> >> > for example> > A prototypeless-function call.> > Ilyahttp://www.nntp.perl.org/group/perl.perl6.language.data/2000/09/msg459.html Re: RFC 328 (v1) Single quotes don't interpolate ' and by Hildo Biersma- September 30, 2000 Nicholas Clark wrote:> > What do you mean by "need" Strings need to be able to contain single> quotes, but single quotes are not the only way to build a string. Single> and double quotes don&39;t generate a different fundamental type; a double> quoted string with no variable interpolation also generates a string> constant. Having an escape system for single quotes makes it easy to> embed a &39; inside a string without worrying about what else would mean>...http://www.nntp.perl.org/group/perl.perl6.language.data/2000/09/msg458.html Re: RFC 328 (v1) Single quotes don't interpolate ' and by Nicholas Clark- September 29, 2000 On Fri, Sep 29, 2000 at 09:58:45AM +0100, Hildo Biersma wrote:> > > =head1 ABSTRACT> > > > Remove all interpolation within single quotes and the C<q()> operator, to> > make single quotes 100% shell-like. C<> rather than C<> gives a single> > backslash; use double quotes or C<q()> if you need a single quote in your> > string.> > Single-quoted strings need to be able to contain single quotes, which> means some escape...http://www.nntp.perl.org/group/perl.perl6.language.data/2000/09/msg457.html Re: RFC 328 (v1) Single quotes don't interpolate ' and by Nicholas Clark- September 29, 2000 On Thu, Sep 28, 2000 at 05:48:25PM -0500, David L. Nicol wrote:> > I don&39;t like it, and here&39;s why:> > > currently single quoted here docs don&39;t interpolate C<> or C<&39;>.> > > We already have a way to read in arbitrary literals. I _like_ the> fact that C<q> allows backslash to be used to allow including the delimiter.> > It works for any delimiter, too, not just single-quote.As you say, it works for the delimiter(s), not for...http://www.nntp.perl.org/group/perl.perl6.language.data/2000/09/msg456.html Re: RFC 328 (v1) Single quotes don't interpolate ' and by Hildo Biersma- September 29, 2000 > =head1 ABSTRACT> > Remove all interpolation within single quotes and the C<q()> operator, to> make single quotes 100% shell-like. C<> rather than C<> gives a single> backslash; use double quotes or C<q()> if you need a single quote in your> string.Single-quoted strings need to be able to contain single quotes, whichmeans some escape mechanism is required.So, $line = &39;This string contains both single &39; and double " quotes&39;;needs an...http://www.nntp.perl.org/group/perl.perl6.language.data/2000/09/msg455.html RFC Freeze by Jeremy Howard- September 28, 2000 In 2 and a bit days all RFCs must be frozen--those not frozen will beauto-retracted by the librarian! So, could you please freeze your RFCs--thefollowing have some still outstanding:Ilya Zakharevich <ilyamath.ohio-state.edu> 8David Nicol <perl6rfcdavidnicol.com> 2Buddha Buck <bmbuck14850.com> 1pdl-porters team <pdl-portersjach.hawaii.edu> 1Nathan Torkington <gnatfrii.com> 1Total 13The list is here: http:dev.perl.orgrfcoverdue-perl6-language-data.htmlWhen freezing..http://www.nntp.perl.org/group/perl.perl6.language.data/2000/09/msg454.html RFC 341 (v1) unified container theory by Perl6 RFC Librarian- September 28, 2000 This and other RFCs are available on the web at http:dev.perl.orgrfc=head1 TITLEunified container theory=head1 VERSION Maintainer: David Nicol <perl6rfcdavidnicol.com> Date: 28 Sep 2000 Mailing List: perl6-language-dataperl.org Number: 341 Version: 1 Status: Developing=head1 ABSTRACTViewing Hash and Array as instances of "Container" leadsto easy implementation of "Sparse Array" and "Sorted Hash"and "Real Array" =head1 DESCRIPTIONThere are two.http://www.nntp.perl.org/group/perl.perl6.language.data/2000/09/msg453.html |