"David L. Nicol" wrote: > > These things sound like perfectly reasonable CPAN modules. > What's the block prevenenting their implementation w/in the > perl5 framework? Jeremy and I are working on a general purpose matrix/unmatrix function that may well be core-worthy. This would allow arbitrary reshaping of 2d (Nd?) arrays into any form imaginable. However, I would probably argue that zip/unzip/merge/unmerge/whatever go into a module (Math::Matrix?) since they'll probably just be specialized calling forms of matrix/unmatrix. I think the trend is to put a lot of formerly-core functions and features in modules, especially if subs get fast enough (and it sounds like they're going to). -Nate
- Re: RFC 90 (v1) Builtins: zip() and unzip() Nathan Wiger
- Re: RFC 90 (v1) Builtins: zip() and unzip() Jeremy Howard
- Re: RFC 90 (v1) Builtins: zip() and unzip() iain truskett
- Re: RFC 90 (v1) Builtins: zip() and unzip() Jarkko Hietaniemi
- Re: RFC 90 (v1) Builtins: zip() and unz... iain truskett
- Re: RFC 90 (v1) Builtins: zip() and unzip() Damian Conway
- Re: RFC 90 (v1) Builtins: zip() and unzip() Ariel Scolnicov
- Re: RFC 90 (v1) Builtins: zip() and unzip() Jeremy Howard
- Re: RFC 90 (v1) Builtins: zip() and unzip() David L. Nicol
- Re: RFC 90 (v1) Builtins: zip() and unz... Nick Ing-Simmons
- Re: RFC 90 (v1) Builtins: zip() and unz... Nathan Wiger
- Re: RFC 90 (v1) Builtins: zip() and unz... Jeremy Howard
- Re: RFC 90 (v1) Builtins: zip() and unz... Chaim Frenkel
- Re:MATRIX implementation [ RFC 90 (v1) ... raptor
- Re: MATRIX implementation (and context-... David L. Nicol
- Re: RFC 90 (v1) Builtins: zip() and unz... Tom Hughes