Weekly Roundup 2024-09-03
- Wednesday: I tried to design a Click clone in Lua.
- Thursday: I continued to try to design a Click clone in Lua.
- Friday: I put down the Click clone stuff, and decided to look over what kind of rolls I need to deal with.
- Saturday: I realized that it would be better to use Click than to try to clone it, so I made a game plan to replace "requiring a Lua module" with "reading a TOML file and then processing it a bunch".
- Sunday: I filled in a bunch of stuff for the TOML file.
- Monday: I filled in more of the TOML file.
Next week, I'm going to focus on properly reading in the data, so I can make nice visualizations of it.