The title is a bit misleading and doesn't do the aunt any favours IMHO :)<p>Because the title sounds like somebody else wrote the programs in assembly, and her job was to translate assembly instructions into machine code. But according to this sentence, it was "proper" programming, manual translation to machine code was just the last step:<p>> They’d give us these formulas, and we’d have to translate the mathematics into instructions for the computer.<p>...and as "hardcore" as it sounds to directly hack machine code into the computer, it's also tedious, slow, error prone and above all: boring. This is how I started too (albeit in the 80's on a home computer), and there's nothing interesting about it except that I still know a couple of Z80 opcodes (how useful!). Once I got my hands on an assembler, productivity skyrocketed (the "productivity jump" between writing a program in machine code and assembler code with a proper macro assembler is bigger than going from assembly code to C (or any other high level language).