From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Pirotte Newsgroups: gmane.lisp.guile.devel Subject: Re: propose deprecation of generalized-vector-* Date: Mon, 18 Feb 2013 14:11:47 -0300 Message-ID: <20130218141147.6909d854@capac> References: <0F432FA1-CFF8-4A22-A477-5291A1B9925D@bluewin.ch> <87ip9mgzp4.fsf@gnu.org> <878v7m5xdh.fsf@pobox.com> <2E5FFE0D-9001-409C-BCD4-9EE3BF9883F0@bluewin.ch> <87mww0nu8l.fsf@pobox.com> <2D31D517-08F8-4D07-84DB-098E335AE0AD@bluewin.ch> <874nh9boqe.fsf@pobox.com> <1361204702.74716.YahooMailNeo@web120402.mail.ne1.yahoo.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1361207561 11160 80.91.229.3 (18 Feb 2013 17:12:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 18 Feb 2013 17:12:41 +0000 (UTC) Cc: Andy Wingo , guile-devel , Daniel Llorens To: Noah Lavine Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Feb 18 18:13:00 2013 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U7UGv-00054w-9e for guile-devel@m.gmane.org; Mon, 18 Feb 2013 18:12:57 +0100 Original-Received: from localhost ([::1]:36108 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7UGb-0001dI-94 for guile-devel@m.gmane.org; Mon, 18 Feb 2013 12:12:37 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:57938) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7UGQ-0001c6-O3 for guile-devel@gnu.org; Mon, 18 Feb 2013 12:12:35 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U7UGL-0004K2-MN for guile-devel@gnu.org; Mon, 18 Feb 2013 12:12:26 -0500 Original-Received: from maximusconfessor.all2all.org ([62.58.108.13]:51859) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7UGL-0004F3-G0 for guile-devel@gnu.org; Mon, 18 Feb 2013 12:12:21 -0500 Original-Received: from localhost (unknown [192.168.0.2]) by maximusconfessor.all2all.org (Postfix) with ESMTP id 5BBA9A04C0E2; Mon, 18 Feb 2013 18:11:59 +0100 (CET) Original-Received: from maximusconfessor.all2all.org ([192.168.0.1]) by localhost (maximusconfessor.all2all.org [192.168.0.2]) (amavisd-new, port 10024) with ESMTP id YjPublCkNzQM; Mon, 18 Feb 2013 17:41:23 +0100 (CET) Original-Received: from capac (unknown [139.82.89.157]) by maximusconfessor.all2all.org (Postfix) with ESMTPSA id E9645A04C0BD; Mon, 18 Feb 2013 18:11:49 +0100 (CET) In-Reply-To: X-Mailer: Claws Mail 3.8.1 (GTK+ 2.24.10; x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 62.58.108.13 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:15765 Archived-At: Heya, > > One could imagine a Matlab-like syntax where array-ref has to have > > the same number of indices as the underlying array, but, if an > > index were replaced with a symbol, it would return a slice. > > > > if np is [[1, 2, 3], [4, 5, 6], [7, 8, 9]] just in case it would [one day] matter, in mathlab and octave indices [are not offset] start from 1 to N do we actually have a matrice calculus [offset based the better] lib or binding or scheme package ? any pointer is welcome David