From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Ryde Newsgroups: gmane.lisp.guile.devel Subject: doco array mapping Date: Fri, 16 May 2003 10:43:33 +1000 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87u1bven62.fsf@zip.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1053045893 5627 80.91.224.249 (16 May 2003 00:44:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 16 May 2003 00:44:53 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri May 16 02:44:51 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19GTL9-0001Sa-00 for ; Fri, 16 May 2003 02:44:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GTLA-00030l-08 for guile-devel@m.gmane.org; Thu, 15 May 2003 20:44:52 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 19GTKa-0001YD-00 for guile-devel@gnu.org; Thu, 15 May 2003 20:44:16 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 19GTKF-0000Xh-00 for guile-devel@gnu.org; Thu, 15 May 2003 20:43:57 -0400 Original-Received: from snoopy.pacific.net.au ([61.8.0.36]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GTK8-0008RJ-00 for guile-devel@gnu.org; Thu, 15 May 2003 20:43:48 -0400 Original-Received: from sunny.pacific.net.au (sunny.pacific.net.au [203.2.228.40]) h4G0hjPc018633 for ; Fri, 16 May 2003 10:43:45 +1000 Original-Received: from wisma.pacific.net.au (wisma.pacific.net.au [210.23.129.72]) by sunny.pacific.net.au with ESMTP id h4G0hjQg016466 for ; Fri, 16 May 2003 10:43:45 +1000 (EST) Original-Received: from localhost (ppp33.dyn228.pacific.net.au [203.143.228.33]) by wisma.pacific.net.au (8.12.9/8.12.9) with ESMTP id h4G0hgYZ012593 for ; Fri, 16 May 2003 10:43:44 +1000 (EST) Original-Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 19GTJt-0000ow-00; Fri, 16 May 2003 10:43:33 +1000 Original-To: guile-devel@gnu.org User-Agent: Gnus/5.090019 (Oort Gnus v0.19) Emacs/21.2 (gnu/linux) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2367 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2367 I had a bit of nitpick at the array mapping doco a while ago. I'm looking to put together a proposed revision. array-map! currently seems to allow no source arrays at all. The docs don't really say anything about that. Should it be a documented feature? array-for-each doesn't say what happens if its arrays have different index ranges. I guess the current code iterates over the first array and expects the rest to cover those indices. Is there something that can or should be said about this? _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel