unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Chris Vine <vine35792468@gmail.com>
To: guile-user@gnu.org
Subject: Re: Comparison operators for strings /and/ numbers?
Date: Thu, 24 Aug 2017 14:31:41 +0100	[thread overview]
Message-ID: <20170824143141.63e9518a@dell.homenet> (raw)
In-Reply-To: <1503554737.21598.3.camel@qlfiles.net>

On Wed, 23 Aug 2017 22:05:37 -0800
Christopher Howard <christopher.howard@qlfiles.net> wrote:
> Hi, in another lisp I have been working with, it has <, >, and ==
> (structure equality) operators which can take string arguments, number
> arguments, or a mixture of both. But it seems in guile that there are
> separate comparison operators for strings and for numbers. This makes
> sense but is not very convenient for my present purpose. Is there some
> other guile operators or extension operators that will handle both? I
> could make some I'm sure, but I don't want to reinvent the wheel.

The predicate equal? will compare numbers, strings and records.

https://www.gnu.org/software/guile/docs/master/guile.html/Equality.html#index-equal_003f

Chris



  parent reply	other threads:[~2017-08-24 13:31 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-24  6:05 Comparison operators for strings /and/ numbers? Christopher Howard
2017-08-24  8:05 ` David Kastrup
2017-09-19  4:27   ` Christopher Howard
2017-08-24  8:29 ` Arne Babenhauserheide
2017-08-24 10:17   ` Ralf Mattes
2017-08-24 17:58     ` Arne Babenhauserheide
2017-08-24 13:31 ` Chris Vine [this message]
2017-08-24 13:41   ` Chris Vine

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170824143141.63e9518a@dell.homenet \
    --to=vine35792468@gmail.com \
    --cc=guile-user@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).