Message from discussion
Semantics of vector operations
Newsgroups: perl.perl6.language
Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.stanford.edu!nntp.perl.org
Return-Path: <edwin.stei...@gmx.net>
Mailing-List: contact perl6-language-h...@perl.org; run by ezmlm
Delivered-To: mailing list perl6-langu...@perl.org
Received: (qmail 82335 invoked by uid 76); 23 Jan 2004 01:26:21 -0000
Received: from qma...@one.develooper.com (HELO ran-out.mx.develooper.com) (64.81.84.115) by onion.perl.org (qpsmtpd/0.26) with SMTP; Thu, 22 Jan 2004 17:26:21 -0800
Received: (qmail 32277 invoked by uid 225); 23 Jan 2004 01:26:20 -0000
Delivered-To: perl6-langu...@perl.org
Received: (qmail 32270 invoked by uid 507); 23 Jan 2004 01:26:20 -0000
Received: from mail.gmx.de (HELO mail.gmx.net) (213.165.64.20) by one.develooper.com (qpsmtpd/0.27-dev) with SMTP; Thu, 22 Jan 2004 17:25:49 -0800
Received: (qmail 773 invoked by uid 65534); 23 Jan 2004 01:25:45 -0000
Received: from a206-055.dialin.tuwien.ac.at (EHLO linux.local) (128.131.206.55) by mail.gmx.net (mp017) with SMTP; 23 Jan 2004 02:25:45 +0100
X-Authenticated: #9981821
To: Language List <perl6-langu...@perl.org>
Subject: Re: Semantics of vector operations
References: <20040122173859.GA13409@wall.org> <ICELKKFHGNOHCNCCCBKFOEKCCJAA.Austin_Hastings@Yahoo.com> <20040122212809.GB25098@babylonia.flatirons.org>
Date: Fri, 23 Jan 2004 02:27:40 +0100
In-Reply-To: <20040122212809.GB25098@babylonia.flatirons.org> (Luke Palmer's message of "Thu, 22 Jan 2004 14:28:09 -0700")
Message-ID: <m3vfn3xxmb.fsf@linux.local>
User-Agent: Gnus/5.1002 (Gnus v5.10.2) XEmacs/21.4 (Portable Code, linux)
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
X-Spam-Check-By: one.develooper.com
X-Spam-Status: No, hits=-1.7 required=7.0 tests=CARRIAGE_RETURNS,IN_REP_TO,REFERENCES,SPAM_PHRASE_00_01,USER_AGENT,USER_AGENT_GNUS_UA version=2.44
X-SMTPD: qpsmtpd/0.26, http://develooper.com/code/qpsmtpd/
Approved: n...@nntp.perl.org
From: edwin.stei...@gmx.net (Edwin Steiner)
Luke Palmer <fibon...@babylonia.flatirons.org> writes:
> @A =BB+=AB @B # One-at-a-time
> @A =AB+=BB @B # Outer product
>
> Or something. Hmm, then both:
>
> @A =BB+ $b
> @A =AB+ $b
There is a page you may find inspiring:
http://www.ritsumei.ac.jp/~akitaoka/index-e.html
Sorry, I could not resist. :) The one-sided operators make sense to me
but combining this with both =AB and =BB seems hard on the eyes.
That being said I really like the general direction that Perl 6 is
going and I'm looking forward to using it. You're all doing great
work!
back to lurking-mode
-Edwin