Re: Is < > creating and Array or Parcel ?

2015-08-02 Thread Larry Wall
On Sun, Aug 02, 2015 at 03:09:07PM +0200, Moritz Lenz wrote: : If you want to extract it from the scalar, use the @ again, this : time as a prefix: : : for @$s { } # two iterations again. Note that this distinction will go away after the Great List Refactor, so Gabor gets his wish. Part of the G

Re: Is < > creating and Array or Parcel ?

2015-08-02 Thread Marc Chantreux
> It's an Array inside a Scalar. This is really disturbing from a newcommer perspective. I don't know much about the Perl6 internals so maybe i can explain it better (or someone can fix me): Let's try: Everything is an object in Perl6, which comes with roles and inheritances and [Sigils](http:/

Re: Is < > creating and Array or Parcel ?

2015-08-02 Thread Gabor Szabo
This whole thing sounds quite complex. What is the value behind this complexity? Gabor

Re: Is < > creating and Array or Parcel ?

2015-08-02 Thread Moritz Lenz
Hi, On 02.08.2015 06:43, Gabor Szabo wrote: On Fri, Jul 31, 2015 at 4:16 PM, Moritz Lenz mailto:mor...@faui2k3.org>> wrote: On 07/31/2015 03:02 PM, Gabor Szabo wrote: The following code (with comments) is confusing me. Can someone give some explanation please? S