From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Han-Wen Nienhuys Newsgroups: gmane.lisp.guile.devel Subject: type check functions Date: Sun, 5 Sep 2004 12:21:28 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <16698.59560.430253.634020@byrd.xs4all.nl> Reply-To: hanwen@xs4all.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1094379724 1172 80.91.224.253 (5 Sep 2004 10:22:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 5 Sep 2004 10:22:04 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sun Sep 05 12:21:52 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 1C3u9g-0000Ig-00 for ; Sun, 05 Sep 2004 12:21:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C3uEm-0002K4-Kr for guile-devel@m.gmane.org; Sun, 05 Sep 2004 06:27:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C3uEP-0002IA-No for guile-devel@gnu.org; Sun, 05 Sep 2004 06:26:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C3uEO-0002H1-1H for guile-devel@gnu.org; Sun, 05 Sep 2004 06:26:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C3uEN-0002Gh-KW for guile-devel@gnu.org; Sun, 05 Sep 2004 06:26:43 -0400 Original-Received: from [213.84.26.127] (helo=byrd.xs4all.nl) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1C3u9C-0005Oy-BO for guile-devel@gnu.org; Sun, 05 Sep 2004 06:21:22 -0400 Original-Received: from byrd.xs4all.nl.byrd.xs4all.nl (byrd [127.0.0.1]) by byrd.xs4all.nl (8.13.0/8.13.0) with ESMTP id i85ALSWd021836 for ; Sun, 5 Sep 2004 12:21:28 +0200 Original-To: guile-devel@gnu.org X-Mailer: VM 7.14 under Emacs 21.3.1 X-yoursite-MailScanner-Information: Please contact the ISP for more information X-yoursite-MailScanner: Found to be clean X-MailScanner-From: hanwen@xs4all.nl 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:4078 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:4078 Hurray for the new SCM c interface, it's intuitive to use and readable as well. I'm just missing a few functions: * scm_is_pair * scm_is_char * scm_is_vector * scm_is_procedure * scm_is_equal hope this helps... Han-Wen. -- Han-Wen Nienhuys | hanwen@xs4all.nl | http://www.xs4all.nl/~hanwen _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel