perl6-language
[Top] [All Lists]

Re: List of captures, why?

To: "John M. Dlugosz" <dhcgnd702@sneakemail.com>
Subject: Re: List of captures, why?
From: "Brandon S. Allbery KF8NH" <allbery@ece.cmu.edu>
Date: Fri, 8 Aug 2008 23:10:48 -0400
Cc: "Brandon S. Allbery KF8NH" <allbery@ece.cmu.edu>, perl6-language@perl.org
Delivered-to: mailing list perl6-all@perl.org
Delivered-to: perl6-all-poster@perl.org
Delivered-to: mailing list perl6-language@perl.org
Delivered-to: perl6-language@perl.org
In-reply-to: <1825-82216@sneakemail.com>
List-help: <mailto:perl6-all-help@perl.org>
List-id: <perl6-all.perl.org>
List-id: <perl6-language.perl.org>
List-post: <mailto:perl6-all@perl.org>
List-subscribe: <mailto:perl6-all-subscribe@perl.org>
List-unsubscribe: <mailto:perl6-all-unsubscribe@perl.org>
Mailing-list: contact perl6-all-help@perl.org; run by ezmlm
References: <1825-82216@sneakemail.com>

On 2008 Aug 8, at 23:06, John M. Dlugosz wrote:

Why is 3;3;3 a list of captures rather than a list of lists?


IIRC it has to do with providing enough information for slices and/or * to work in multiple dimensions.

--
brandon s. allbery [solaris,freebsd,perl,pugs,haskell] allbery@kf8nh.com
system administrator [openafs,heimdal,too many hats] allbery@ece.cmu.edu
electrical and computer engineering, carnegie mellon university    KF8NH



From: "John M. Dlugosz" <dhcgnd702@sneakemail.com>
X-Virus-Check-By: mailtest2.pair.com
X-Spam-Check-By: mailtest2.pair.com
X-Spam-Status: No, hits=-10.6 required=4.0 tests=BAYES_00,RCVD_IN_DNSWL_HI 
autolearn=ham version=3.002004
X-Spam-Flag: NO
X-Spam-Level: X-Spam-Filtered: 052f96e22adcb440ba93d277d4a1272f
Mailing-List: contact perl6-all-help@perl.org; run by ezmlm
Precedence: bulk
List-Post: <mailto:perl6-all@perl.org>
List-Help: <mailto:perl6-all-help@perl.org>
List-Unsubscribe: <mailto:perl6-all-unsubscribe@perl.org>
List-Subscribe: <mailto:perl6-all-subscribe@perl.org>
List-Id: <perl6-all.perl.org>
Delivered-To: mailing list perl6-all@perl.org
Delivered-To: perl6-all-poster@perl.org
X-Mailing-List: contact perl6-language-help@perl.org; run by ezmlm
X-Mailing-List-Name: perl6-language
List-Id: <perl6-language.perl.org>
Delivered-To: mailing list perl6-language@perl.org
Delivered-To: perl6-language@perl.org
Message-ID: <24470-08527@sneakemail.com>
Date: Fri, 08 Aug 2008 22:12:00 -0500
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.16) 
Gecko/20080708 Thunderbird/2.0.0.16 Mnenhy/0.7.5.666
MIME-Version: 1.0
To: perl6-language@perl.org
Subject: Re: List of captures, why?
References: <1825-82216@sneakemail.com> 
<F17BBFD7-A691-4D72-BD59-51ED59704CEA@ece.cmu.edu>
In-Reply-To: <F17BBFD7-A691-4D72-BD59-51ED59704CEA@ece.cmu.edu>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Old-Spam-Check-By: la.mx.develooper.com
X-Old-Spam-Status: No, hits=-3.6 required=8.0
        tests=BAYES_00,RCVD_IN_DNSWL_LOW

Brandon S. Allbery KF8NH allbery-at-ece.cmu.edu |Perl 6| wrote:

On 2008 Aug 8, at 23:06, John M. Dlugosz wrote:

Why is 3;3;3 a list of captures rather than a list of lists?


IIRC it has to do with providing enough information for slices and/or * to work in multiple dimensions.

So how does a * work in multiple dimensions?

--John


<Prev in Thread] Current Thread [Next in Thread>