Kurt McKee

lessons learned in production

Archive

Articles tagged with teraterm

Tera Term subroutines | 8 May 2015

A long time ago I inherited a big monolithic mess of Tera Term macro code. After a few years the code base had grown considerably and become extremely unwieldy. I finally decided that it was time to fix the problem and created some utility code that would allow me to …

The Debris Cathedral | 21 September 2014

For a very long time I've been writing code at my job that automates some very tedious tasks. It's not Python code, though! It's a macro language that has saved the company a lot of time and energy but suffers from severe limitations:

  • No scoping -- everything is in a global …