guile-algorithms
is a Guile port of Conor Hoekstra’s
racket-algorithms
,
a package containing many useful algorithms borrowed from many other
programming languages.
Set of procedures is not identical to racket-algorithms
. This port includes flatten
ported directly from racket/base
, and does not include zip
that is provided in Guile
by srfi-1
.