Commented flatten.
Added a list flattening procedure
Added counting-sort If you have the opportunity to use a counting sort, you should.
Composable predicates are composable predicates. They return whatever value they are testing, and as such are good for use with cond clauses with arrows =>
Added compile-time constants * (compile-time-const.scm) : added a small utility for compile time constants based on eval and syntax-case.
Credit to Andrew in hex.scm
Changed bin->hex after a suggestion by Andrew Gierth. Check his scheme-bits: https://github.com/RhodiumToad/scheme-bits
Added hex.scm for working with hexadecimal.
Moved the data structures to a different repo
renamed readme so that it is visible in project main paige on sourcehut.
Changed readme. Changed and-let* license.
More juice!
a fastish persistent fifo.
Added stuff