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.
use iota
group tests
select procedures by name
removes zip as it is already provided in srfi-1
ports variadic zip.
ports tail.
ports sum.
basic README.
ports sorted? predicate.
ports scanl and scanr.
ports flatten and replicate. * flatten from racket/base * replicate from racket-algorithms.
ports repeat alias.
ports product.