TSa wrote:
> HaloO,
>
> Larry Wall wrote:
>> The operator iterates each function until the function fails to
>> produce any list elements
>
> What is the list type these days? It used to be List for writeable
> lists and Seq for readonly ones.
Array = mutable
List = immutable, lazy
Seq = imm
HaloO,
Larry Wall wrote:
The operator iterates each function until the function fails to
produce any list elements
What is the list type these days? It used to be List for writeable
lists and Seq for readonly ones. But isn't the latter superseded by
Capture? I would think it handy to have