aboutsummaryrefslogtreecommitdiff
path: root/module/text/numbers (unfollow)
Commit message (Collapse)Author
2023-11-16Cleanup swedish word numbers.Hugo Hörnquist
2023-11-16Fix swedish ordinals.Hugo Hörnquist
2023-11-06Fix wordy numbers in swedish!Hugo Hörnquist
2023-11-06Fix API for each-string.Hugo Hörnquist
2023-11-06Cleanup in (text numbers sv)Hugo Hörnquist
2023-11-06Fixes for swedish number->string-{ordinal,cardinal}.Hugo Hörnquist
number->string-cardinal now passes all tests number->string-ordinal now only fails for some really large numbers.
2023-11-06Forward extra kw args to number->string-{ordinal,cardinal}.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-29Jag var inte full då, men nu däremot!Hugo Hörnquist
2020-08-28Move text numbers into sv-submodule, create en-module.Hugo Hörnquist