From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Marius Vollmer Newsgroups: gmane.lisp.guile.devel Subject: Re: type check functions Date: Tue, 21 Sep 2004 22:51:32 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <87oejztkff.fsf@zagadka.ping.de> References: <16698.59560.430253.634020@byrd.xs4all.nl> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1095799954 8551 80.91.229.6 (21 Sep 2004 20:52:34 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 21 Sep 2004 20:52:34 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Sep 21 22:52:26 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C9rcg-00053X-00 for ; Tue, 21 Sep 2004 22:52:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C9rid-0001QP-0L for guile-devel@m.gmane.org; Tue, 21 Sep 2004 16:58:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C9riR-0001Pz-FK for guile-devel@gnu.org; Tue, 21 Sep 2004 16:58:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C9riP-0001Ph-Pn for guile-devel@gnu.org; Tue, 21 Sep 2004 16:58:22 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C9riP-0001PX-JI for guile-devel@gnu.org; Tue, 21 Sep 2004 16:58:21 -0400 Original-Received: from [195.253.8.218] (helo=mail.dokom.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C9rbp-0001ha-L4 for guile-devel@gnu.org; Tue, 21 Sep 2004 16:51:33 -0400 Original-Received: from [195.138.42.212] (helo=zagadka.ping.de) by mail.dokom.net with smtp (Exim 4.34) id 1C9rbo-0007wW-Up for guile-devel@gnu.org; Tue, 21 Sep 2004 22:51:33 +0200 Original-Received: (qmail 32012 invoked by uid 1000); 21 Sep 2004 20:51:32 -0000 Original-To: hanwen@xs4all.nl In-Reply-To: <16698.59560.430253.634020@byrd.xs4all.nl> (Han-Wen Nienhuys's message of "Sun, 5 Sep 2004 12:21:28 +0200") User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux) 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: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:4133 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4133 Han-Wen Nienhuys writes: > Hurray for the new SCM c interface, it's intuitive to use and readable > as well. Thanks! > I'm just missing a few functions: > > * scm_is_pair > > * scm_is_char > > * scm_is_vector Yes, these are coming up, together with scm_car, etc. > * scm_is_procedure > > * scm_is_equal For these, I thought that scm_is_true (scm_procedure_p (...)) etc is good enough. We don't need to provide two versions of each predicate. -- GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3 331E FAF8 226A D5D4 E405 _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel