aboutsummaryrefslogtreecommitdiff
path: root/module/text/calendar.scm (unfollow)
Commit message (Collapse)Author
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-11-06Add proper text calendar.Hugo Hörnquist
Previously the program `cal` was used, this was slow and unreliable.