From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user Subject: Re: (define ((f a) b) ...) Date: Thu, 08 Apr 2010 11:28:44 +0200 Message-ID: <87bpduz41f.fsf@ambire.localdomain> References: <87k4vexjt0.fsf@ambire.localdomain> <871vhhr6wc.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1270722144 28438 80.91.229.12 (8 Apr 2010 10:22:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 8 Apr 2010 10:22:24 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Apr 08 12:22:21 2010 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NzosP-0000y1-Ek for guile-user@m.gmane.org; Thu, 08 Apr 2010 12:22:21 +0200 Original-Received: from localhost ([127.0.0.1]:33573 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzosO-0005BN-EF for guile-user@m.gmane.org; Thu, 08 Apr 2010 06:22:20 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NzoqT-0004WW-DE for guile-user@gnu.org; Thu, 08 Apr 2010 06:20:21 -0400 Original-Received: from [140.186.70.92] (port=54581 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzoqP-0004Vi-H1 for guile-user@gnu.org; Thu, 08 Apr 2010 06:20:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NzoqM-0003kt-98 for guile-user@gnu.org; Thu, 08 Apr 2010 06:20:17 -0400 Original-Received: from [95.237.68.19] (port=39943 helo=ambire.localdomain) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzoqL-0002mz-VE for guile-user@gnu.org; Thu, 08 Apr 2010 06:20:14 -0400 Original-Received: from ttn by ambire.localdomain with local (Exim 4.63) (envelope-from ) id 1Nzo2W-0000cK-5A for guile-user@gnu.org; Thu, 08 Apr 2010 11:28:44 +0200 In-Reply-To: (Andy Wingo's message of "Thu, 08 Apr 2010 00:44:01 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:7740 Archived-At: () Andy Wingo () Thu, 08 Apr 2010 00:44:01 +0200 (use-modules (ice-9 curried-definitions)) Wonderful news! Now i have some incentive to return to Guile hacking. (For a while, i lost gumption when i learned of this missing feature.) I suppose, first thing to do is to dist upgrade... Perhaps too verbose a name, no? I don't think so. A module name is typically used once. Therefore, more descriptive (which is often goes with verbosity) is better. thi