Coding 2025-04-26

By Max Woerner Chase

Well, I was out of it today, but I did make some improvements to the stuff I was messing with yesterday.

A few weeks ago, I started implementing an int subclass in Python that presents itself as balanced ternary instead of two's complement, using Kleene logic for the trit-wise operations. Yesterday, I started implementing format spec extensions for it, to print it as trits instead of decimal digits or anything else. Today, I cleaned up the way I parsed out format spec information to make things a little cleaner and simpler.

I might come back to this more, but probably not right now. What I'll work on next... I don't know, we'll see.

Good night.