--
You received this message because you are subscribed to the Google Groups "PiLuD" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pilud+un...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/pilud/aca97d6e-ce98-4454-8e08-0f429234f674n%40googlegroups.com.
FYI, I look at this in a different way: when I was faced with unravelling someone else’s optimized textual logic, I drew a diagram. Parsing diagrams is so easy these days that I wrote a little diagram->code generator and pushed it to github. A code generator is just a helper - it doesn’t even need to be Turing complete. It took me less time to build it (several days, (could have been several hours disregarding all of the typos I make these days)) than to create a short video about it https://www.youtube.com/playlist?list=PLHh2_dCKBPjYhpvWSvJNJdrsZE8lNHza7. [When I made these videos, I was targeting an unknown language called “frish”. Later, I revamped the repo to generate Python and Javascript as well. The first video in the playlist is an overview. The rest of the videos show the PBP source code being refactored (maybe not required viewing the first time around)]
pt
On Apr 28, 2026, at 6:02 PM, Mike Austin <mike.aus...@gmail.com> wrote: