]> git.earman.xyz Git - lisp/workenv.git/log
lisp/workenv.git
9 months agoAdd some conversions and a caller
rearman [Wed, 15 Oct 2025 19:55:07 +0000 (15:55 -0400)]
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.

11 months agoCleanup, add docstrings
rearman [Fri, 12 Sep 2025 19:11:57 +0000 (15:11 -0400)]
Cleanup, add docstrings

11 months agoSet up for use as a package, get rid of defalias calls
rearman [Fri, 12 Sep 2025 18:44:50 +0000 (14:44 -0400)]
Set up for use as a package, get rid of defalias calls

11 months agoAdd many defuns for points and vectors
rearman [Fri, 12 Sep 2025 15:23:19 +0000 (11:23 -0400)]
Add many defuns for points and vectors

11 months agoBetter names and formatting
rearman [Wed, 10 Sep 2025 20:27:14 +0000 (16:27 -0400)]
Better names and formatting

11 months agoInitial commit
rearman [Tue, 9 Sep 2025 14:02:43 +0000 (10:02 -0400)]
Initial commit