]> gitweb.factorcode.org Git - factor.git/commit
sorting.extras: adding compare-with.
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 17 Dec 2020 22:29:46 +0000 (14:29 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 17 Dec 2020 22:29:46 +0000 (14:29 -0800)
commit252bc6ce0c5213a293ac87d70bf1e6a64cb43ba1
treebdf6ee298947dab6d13305d4df848b6417239743
parent65e8adcc50eba48f6c8c63432ba1f5e363bd4b8f
sorting.extras: adding compare-with.

This compares a sequence of quotations, returning early if any quotation
produces +lt+ or +gt+, but continuing to the next if it returns +eq+.
extra/sorting/extras/extras-tests.factor
extra/sorting/extras/extras.factor