From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mark H Weaver Newsgroups: gmane.lisp.guile.devel Subject: Re: [PATCH] %nil-handling optimization and fixes v1 Date: Wed, 2 Sep 2009 12:00:43 -0400 Message-ID: <20090902160043.GB3310@fibril.netris.org> References: <20090709161043.GA2538@fibril.netris.org> <20090830180143.GA2484@fibril.netris.org> <87iqg2nwpk.fsf@arudy.ossau.uklinux.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1251908049 28543 80.91.229.12 (2 Sep 2009 16:14:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Sep 2009 16:14:09 +0000 (UTC) Cc: Andy Wingo , guile-devel@gnu.org To: Neil Jerram Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Sep 02 18:14:01 2009 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MisT9-0003iP-CC for guile-devel@m.gmane.org; Wed, 02 Sep 2009 18:13:59 +0200 Original-Received: from localhost ([127.0.0.1]:40944 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MisT8-00046S-CK for guile-devel@m.gmane.org; Wed, 02 Sep 2009 12:13:58 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MisGa-0006rL-0g for guile-devel@gnu.org; Wed, 02 Sep 2009 12:01:00 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MisGT-0006oL-Dm for guile-devel@gnu.org; Wed, 02 Sep 2009 12:00:57 -0400 Original-Received: from [199.232.76.173] (port=49676 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MisGT-0006o4-9M for guile-devel@gnu.org; Wed, 02 Sep 2009 12:00:53 -0400 Original-Received: from world.peace.net ([204.107.200.8]:37758) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MisGS-0005YK-PB for guile-devel@gnu.org; Wed, 02 Sep 2009 12:00:52 -0400 Original-Received: from localhost ([127.0.0.1] helo=fibril.netris.org ident=hope9) by world.peace.net with esmtp (Exim 4.69) (envelope-from ) id 1MisGJ-0002da-ST; Wed, 02 Sep 2009 12:00:44 -0400 Content-Disposition: inline In-Reply-To: <87iqg2nwpk.fsf@arudy.ossau.uklinux.net> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:9251 Archived-At: Neil Jerram wrote: > FWIW, dropping "lisp_" looks OK, but I'm not sure about dropping > "and_". "scm_is_false_not_nil" feels notably harder to understand > than "scm_is_false_and_not_nil". Yes, I see your point, and I agree. Mark