Re: RFC 148 (v1) Add reshape() for multi-dimensional array reshaping
[email protected] (Karl Glazebrook) Tue, 29 Aug 2000 12:30:29 -0400
| Newsgroups | perl.perl6.language.data |
|---|---|
| Message-ID | <[email protected]> |
Yes that is a good point, which I had forgotten about in my concern over syntax. Some guidance is needed about what the default passing is likely to be in perl6. Will (@x,@y) = mysub @a, @b implicitly pass by reference? Karl Christian Soeller wrote: > In summary, I doubt that having PDLs being represented by arrays helps > *unless* quite a number of things are changed with regard to array > passing, list context, etc. > > Christian