chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] srfi-85 and srfi-95 eggs


From: felix winkelmann
Subject: Re: [Chicken-users] srfi-85 and srfi-95 eggs
Date: Mon, 23 Oct 2006 08:56:24 +0200

On 10/22/06, John Cowan <address@hidden> wrote:
Here are (single-file) eggs for SRFI-85, recursive equivalence procedures,
and SRFI-95, simple sort-merge.  SRFI-85 has been withdrawn, but there's
nothing wrong with it: it provides R6RS-style equality of infinite trees
under the name of "equiv?", and directed acyclic graph equality under
the name of "dag-equiv?"

SRFI-95 provides the same five procedures as Chicken's built-in "sorted?",
"sort", "sort!", "merge", and "merge!" procedures.  However, an optional
key argument can be provided.  In addition, "sorted?", "sort", and
"sort!" can accept strings and SRFI-63 general arrays as well as lists
and vectors.

The srfi-95 egg depends on the array-lib egg.

Eggs are uploaded and added to the repository. Thanks, John!


cheers,
felix

--
http://galinha.ucpel.tche.br:8081/blog/blog.ssp




reply via email to

[Prev in Thread] Current Thread [Next in Thread]