Re: [svn:perl6-synopsis] r14586 - doc/trunk/design/syn

2008-10-07 Thread TSa
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

Re: [svn:perl6-synopsis] r14586 - doc/trunk/design/syn

2008-10-07 Thread Moritz Lenz
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 = immutable,