Programming

49 posts

Starting new C++ projects

I wanted to have a playground to try out new idioms and concepts (hah!) in C++, and it became an excuse to figure out what the right way (in my opinion) would be, given the enormous range of choices e…

Old Lisp programs

I found an old chess program that Mark Watson (somehow I can't find the original link anymore, my Gist mirroring it is here). I was wondering what it would take to get it to run again, and I was s…

Setting up ZSH on a Mac

I’ve been using the excellent Fish shell for the last few (three? four?) years, but every once in a while I need bash-compatibility, and Zsh seemed like perhaps a sweet spot between the two. If you’r…