tilts at the windmills of programming
blog logic puzzles piward coding
๐Ÿฒ / ๐Ÿ™๐Ÿ ยท I've been enjoying Python's tremendous flexibility but am converging, with support from a preprocessor, on a consistent style. Once things are stable enough to focus
โ•ฐ on performance, I'll use my preprocessor to target a mix of C or C++ and a more performant runtime than the standard Python interpreter.
๐Ÿต / ๐Ÿ™๐Ÿ˜ยท The git โ€˜indexโ€™ is like a little mini-commit zone. I backup my bare git repositories regularly but by incrementally diffing and reviewing changes using the index
โ•ฐ feels lighter weight than a commit, and not atrisk of being pushed or fetched by accident on my test machines.
1 ๐Ÿญ ๐Ÿ™๐Ÿ˜ยท For my symbolic logic projects, I'm organizing my code around a division between the abstract for logic and concrete programmer-centric domains.
1 ๐Ÿฎ ๐Ÿš๐Ÿ™ยท I updated my color text routines that I use in all my Python tools to proceess faster when read into Emacs. One day, I may create an IDE for my โ€˜neo-retroโ€™
โ•ฐ logic-puzzle computing environment, but Emacs is still the best tool for me.