๐ฒ
/
๐๐ ยท
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.