Still alive#
Wed, 16 Dec 2020 22:56:44 +0000
The opposite of progress is regress, but I don't know if there's a name for the neutral position, as it were. Nogress. This is a nogress report, or at least a notmuchgress report.
Been through the autotranslated-to-Fennel Swarm library replacing many
occurrences of (set-forcibly! foo (fn [] ...
with (lambda foo []
and - where I can see easy ways to do it - rewriting places it said
(lua "return v")
with constructs that don't need an early return.
Right now it passes all its tests, which is both good news (it passes
tests!) and bad news (this demonstrates some truly humungous gaps in
the test coverage)