]> git.earman.xyz Git - lisp/workenv.git/log
lisp/workenv.git
4 months agoUse the 0-if-null defun master
rearman [Mon, 13 Apr 2026 21:15:54 +0000 (17:15 -0400)]
Use the 0-if-null defun

4 months agoReplace subtraction with 1-
rearman [Mon, 13 Apr 2026 20:05:02 +0000 (16:05 -0400)]
Replace subtraction with 1-

4 months agoReplace cond with if in average-of-points
rearman [Mon, 13 Apr 2026 20:00:20 +0000 (16:00 -0400)]
Replace cond with if in average-of-points

Don't use a cond with only two paths

4 months agoMake average-of-points length agnostic
rearman [Mon, 13 Apr 2026 19:57:33 +0000 (15:57 -0400)]
Make average-of-points length agnostic

Drop cond for length of one, calculate average based on length of list of
points.

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