aboutsummaryrefslogtreecommitdiff
path: root/module/vulgar/components.scm (unfollow)
Commit message (Collapse)Author
2022-06-23Normalize keyword syntax.Hugo Hörnquist
2022-06-23Centralize (almost) all exports to :export in define-module.Hugo Hörnquist
2022-06-13Remove custom let*.Hugo Hörnquist
While it was nice, the most important part was the multi-valued let from srfi-71 (which is implemented in srfi-71)). The minor pattern matching structures could often be replaced with car+cdr, or a propper match.
2022-01-31Move stuff from calp/util to hnh/util.Hugo Hörnquist
This is the first (major) step in splitting the generally useful items into its own library.
2020-08-26Fix ncal.Hugo Hörnquist
2020-08-24Move util modules into calp module..Hugo Hörnquist
2020-02-18Freed datetime from its srfi-19 prison.Hugo Hörnquist
2020-01-30Once again compiles.Hugo Hörnquist
2020-01-24Start of new date structures.Hugo Hörnquist
2019-06-01Reword terminal output to better modularization.Hugo Hörnquist