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.
68b0299149ca — Linus Björnstam 5 years ago
Credit to Andrew in hex.scm
e9ea22640090 — Linus Björnstam 5 years ago
Changed bin->hex after a suggestion by Andrew Gierth.

Check his scheme-bits: https://github.com/RhodiumToad/scheme-bits
6ef1442dabeb — Linus Björnstam 5 years ago
Added hex.scm for working with hexadecimal.
0a51cb856ebb — Linus Björnstam 5 years ago
Moved the data structures to a different repo
186933db2632 — Linus Björnstam 5 years ago
renamed readme so that it is visible in project main paige on sourcehut.
727c0acd6ab7 — Linus Björnstam 5 years ago
Changed readme.

Changed and-let* license.
a3663c5c0132 — Linus Björnstam 5 years ago
More juice!
48057be36858 — Linus Björnstam 5 years ago
a fastish persistent fifo.
8375de7966c7 — Linus Björnstam 5 years ago
Added stuff