Re: New variable type: matrix
[email protected] (Christian Soeller) Tue, 29 Aug 2000 16:46:55 +1200
| Newsgroups | perl.perl6.language.data |
|---|---|
| Organization | University of Auckland |
| Message-ID | <[email protected]> |
Jeremy Howard wrote: > Basically, I want to be able to create a list ref of list refs, specify a > data type (eg 'int') and attributes of ':compact' or ':sparse', and have the As Dan Sugalski suggested it seems not a good idea to bring in the list of list ref into the proposal. Why does it have to talk about the implementation? The list of list refs should be optimized away by the ':compact' attribute, for example. Or am I missing something? Christian