aboutsummaryrefslogtreecommitdiff
path: root/module/hnh/util/table.scm (follow)
Commit message (Collapse)AuthorAge
* Better table printer.Hugo Hörnquist2023-12-09
|
* Complete rewrite of the lens system.Hugo Hörnquist2023-12-09
| | | | | | | | 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.
* Add printer for tables.Hugo Hörnquist2023-12-01
| | | | | | 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.
* Remove commented srfi-9 import.Hugo Hörnquist2023-10-18
|
* Add fallback arg for table-get.Hugo Hörnquist2023-10-16
|
* Add number of clearifying comments + minor cleanup.Hugo Hörnquist2023-10-16
|
* Major work on, something.Hugo Hörnquist2023-09-05
|
* Add tree->list, -map, and -fold.Hugo Hörnquist2023-04-24
|
* Add basic table.Hugo Hörnquist2023-04-24