]>
git.earman.xyz Git - lisp/workenv.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
rearman [Mon, 13 Apr 2026 21:15:54 +0000 (17:15 -0400)]
Use the 0-if-null defun
rearman [Mon, 13 Apr 2026 20:05:02 +0000 (16:05 -0400)]
Replace subtraction with 1-
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
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.
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.
rearman [Fri, 12 Sep 2025 19:11:57 +0000 (15:11 -0400)]
Cleanup, add docstrings
rearman [Fri, 12 Sep 2025 18:44:50 +0000 (14:44 -0400)]
Set up for use as a package, get rid of defalias calls
rearman [Fri, 12 Sep 2025 15:23:19 +0000 (11:23 -0400)]
Add many defuns for points and vectors
rearman [Wed, 10 Sep 2025 20:27:14 +0000 (16:27 -0400)]
Better names and formatting
rearman [Tue, 9 Sep 2025 14:02:43 +0000 (10:02 -0400)]
Initial commit