aboutsummaryrefslogtreecommitdiff
path: root/module/hnh/util/table.scm (unfollow)
Commit message (Collapse)Author
2023-12-09Better table printer.Hugo Hörnquist
2023-12-09Complete rewrite of the lens system.Hugo Hörnquist
The old "lens" system was more of nested accessors. This rewrites them to be much better, at the cost of some extra up-front complexity. Beside the change in lenses, and all required adjustments, also adds lens creation to the define-type macro.
2023-12-01Add printer for tables.Hugo Hörnquist
Previsouly the underlying tree structure was exposed, as a nested set of scheme records. That was "unreadable", and rather unhelpfull, since table being trees is ONLY an implementation detail.
2023-10-18Remove commented srfi-9 import.Hugo Hörnquist
2023-10-16Add fallback arg for table-get.Hugo Hörnquist
2023-10-16Add number of clearifying comments + minor cleanup.Hugo Hörnquist
2023-09-05Major work on, something.Hugo Hörnquist
2023-04-24Add tree->list, -map, and -fold.Hugo Hörnquist
2023-04-24Add basic table.Hugo Hörnquist