Events, dear boy#
Sun 20 Dec 2020 09:53:41 PM UTC
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.