From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Tom Lord Newsgroups: gmane.lisp.guile.devel Subject: Re: :export vs. define-public Date: Wed, 4 Sep 2002 18:02:04 -0700 (PDT) Sender: guile-devel-admin@gnu.org Message-ID: <200209050102.SAA19084@morrowfield.regexps.com> References: <200209050041.RAA18955@morrowfield.regexps.com> <87lm6hl1g9.fsf@becket.becket.net> NNTP-Posting-Host: localhost.gmane.org X-Trace: main.gmane.org 1031186912 7397 127.0.0.1 (5 Sep 2002 00:48:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 5 Sep 2002 00:48:32 +0000 (UTC) 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 17mkox-0001vA-00 for ; Thu, 05 Sep 2002 02:48:31 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17mkqZ-000470-00; Wed, 04 Sep 2002 20:50:11 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17mkq6-0003z4-00 for guile-devel@gnu.org; Wed, 04 Sep 2002 20:49:42 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17mkq4-0003ys-00 for guile-devel@gnu.org; Wed, 04 Sep 2002 20:49:41 -0400 Original-Received: from 1cust225.tnt13.sfo8.da.uu.net ([63.10.241.225] helo=morrowfield.regexps.com) by monty-python.gnu.org with esmtp (Exim 4.10) id 17mkq3-0003yj-00 for guile-devel@gnu.org; Wed, 04 Sep 2002 20:49:39 -0400 Original-Received: (from lord@localhost) by morrowfield.regexps.com (8.9.1/8.9.1) id SAA19084; Wed, 4 Sep 2002 18:02:04 -0700 (PDT) (envelope-from lord@morrowfield.regexps.com) Original-To: guile-devel@gnu.org In-Reply-To: <87lm6hl1g9.fsf@becket.becket.net> (tb@becket.net) Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:1283 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1283 >> Those two approaches (:export vs. define-public) to public v. private >> module contours are isomorphic, so what's the big deal? > There is no big deal. What makes you think there is? Well, somebody felt strongly enough about the issue to make the change from define-public to :export. In 1.5.6, at least, code in `ice-9' uses :export. -t _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel