From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Rob Browning Newsgroups: gmane.lisp.guile.devel Subject: Re: scm_make_gsubr question Date: Mon, 20 Jan 2003 02:24:38 -0600 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87hec48bzt.fsf@raven.i.defaultvalue.org> References: <20030119204023.GA22802@masanjin.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1043051131 29843 80.91.224.249 (20 Jan 2003 08:25:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 20 Jan 2003 08:25:31 +0000 (UTC) Cc: guile-devel@gnu.org 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 18aXFI-0007l8-00 for ; Mon, 20 Jan 2003 09:25:29 +0100 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 18aXFQ-0007YK-03 for guile-devel@m.gmane.org; Mon, 20 Jan 2003 03:25:36 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18aXEw-0007Az-00 for guile-devel@gnu.org; Mon, 20 Jan 2003 03:25:06 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18aXEi-0006XX-00 for guile-devel@gnu.org; Mon, 20 Jan 2003 03:24:53 -0500 Original-Received: from n66644228.ipcdsl.net ([66.64.4.228] helo=defaultvalue.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18aXEc-000612-00 for guile-devel@gnu.org; Mon, 20 Jan 2003 03:24:47 -0500 Original-Received: from raven.i.defaultvalue.org (raven.i.defaultvalue.org [192.168.1.7]) by defaultvalue.org (Postfix) with ESMTP id 9EFC71339A; Mon, 20 Jan 2003 02:24:38 -0600 (CST) Original-Received: by raven.i.defaultvalue.org (Postfix, from userid 1000) id 5C086EF1DB; Mon, 20 Jan 2003 02:24:38 -0600 (CST) Original-To: Neil Jerram In-Reply-To: (Neil Jerram's message of "19 Jan 2003 23:55:23 +0000") User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu) Original-cc: William Morgan 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:1877 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1877 Neil Jerram writes: > - The corresponding operation on the Scheme level is achieved much > more elegantly by closure. [...] > - The most sensible approach IMO for a Guile-based application is to > do the minimum possible in C for the maximum benefit in Scheme. I tend to agree. I wonder how often a user_data solution would be better than restructuring the problem... -- Rob Browning rlb @defaultvalue.org, @linuxdevel.com, and @debian.org Previously @cs.utexas.edu GPG starting 2002-11-03 = 14DD 432F AE39 534D B592 F9A0 25C8 D377 8C7E 73A4 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel