Events, dear boy#
Sun Dec 20 21:53:41 2020
Another short one today: still refactoring the autogenerated Lua->Fennel code in Swarm.
So far I have succeeded in
- removing all the calls to (lua "break") and (lua "return x"), and
- deleting an entire function called get-in, and all its calls,
because Fennel has a function called . builtin that does exactly
the same thing.