~filiplajszczak/guile-algorithms

adds clojure style juxt.
Small stylistic fix (for educational purposes!)
Adds docs license and contributing guide.
Adds David's css as s.ht pages CSP blocks it from dthompson.us/css/dthompson.css
publish docs on sourcehut pages.
Makes sliding handle step of length equal to the list length.
Use fold instead of two reversesi on fold-right imput and output.
select procedures by name
removes zip as it is already provided in srfi-1
ports sorted? predicate.
ports scanl and scanr.
ports flatten and replicate.

* flatten from racket/base
* replicate from racket-algorithms.
Next