From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Bruce Korb Newsgroups: gmane.lisp.guile.devel Subject: Re: GH replacement proposal (includes a bit of Unicode) Date: Mon, 17 May 2004 14:57:55 -0700 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <40A93563.41677684@veritas.com> References: <4086A1BF.9C8F7914@veritas.com> <87vfjtm2v5.fsf@zagadka.ping.de> <40880289.8070405@dirk-herrmanns-seiten.de> <87n046n4d0.fsf@zagadka.ping.de> Reply-To: bkorb@veritas.com 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 1084831852 24417 80.91.224.253 (17 May 2004 22:10:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 17 May 2004 22:10:52 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue May 18 00:10:45 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BPqJp-0002Wz-00 for ; Tue, 18 May 2004 00:10:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BPqIv-0004mo-G4 for guile-devel@m.gmane.org; Mon, 17 May 2004 18:09:49 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BPqIJ-0004l5-DK for guile-devel@gnu.org; Mon, 17 May 2004 18:09:11 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BPqHh-0004ct-QH for guile-devel@gnu.org; Mon, 17 May 2004 18:09:04 -0400 Original-Received: from [143.127.3.10] (helo=MTVMIME01.enterprise.veritas.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BPq7X-00021O-98 for guile-devel@gnu.org; Mon, 17 May 2004 17:58:03 -0400 Original-Received: from megami.veritas.com (unverified) by MTVMIME01.enterprise.veritas.com (Content Technologies SMTPRS 4.3.12) with SMTP id ; Mon, 17 May 2004 14:58:01 -0700 Original-Received: from veritas.com (ellen.veritas.com[10.180.88.137]) (1765 bytes) by megami.veritas.com via sendmail with P:esmtp/R:smart_host/T:smtp (sender: ) id for ; Mon, 17 May 2004 14:58:00 -0700 (PDT) (Smail-3.2.0.101 1997-Dec-17 #15 built 2001-Aug-30) X-Mailer: Mozilla 4.8 [en] (X11; U; SunOS 5.8 sun4u) X-Accept-Language: en Original-To: Marius Vollmer X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.4 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:3734 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3734 Marius Vollmer wrote: > > prj@po.cwru.edu (Paul Jarc) writes: > > > Dirk Herrmann wrote: > >> The names scm_is_true and scm_is_false don't fit into the schema, > >> since true and false are no types. > > > > We might think of these scm_is_* functions more generally as > > predicates, some of which happen to be type predicates. > > Right; that's what I had in mind. I also propose scm_is_eq, for > example. Would that yield #t if its argument were the `eq' operator, or would it work on two arguments and yield #t if the two arguments were equal? :-) _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel