]> git.earman.xyz Git - lisp/workenv.git/commit
Add some conversions and a caller
authorrearman <rearman@r717.net>
Wed, 15 Oct 2025 19:55:07 +0000 (15:55 -0400)
committerrearman <rearman@r717.net>
Wed, 15 Oct 2025 19:55:07 +0000 (15:55 -0400)
commitfe7c2d73589dd63970a938f1520cc504cb27b39e
tree421e0179c0a3ef9902f01685387a884676c384b8
parent6b5df732eb3d3ab4ae9b991b859377694a396235
Add some conversions and a caller

Caller takes an amount as a number, and a from-unit and to-unit as quoted
symbols.  It converts the units to strings, sticks a "->" between them,
interns that string as a symbol, and calls that symbol with the amount as an
argument.
unit-conv.lisp