A Plotter Quine

from blog Lord.io, | ↗ original
Recurse Center has this fantastic HP7440A plotter from the eighties. Using only a few simple commands — select pen, pen up, pen down, and move to position — we can draw very precise shapes with a pen. Yesterday, I wrote a utility in Rust that converts a font file and some text into plotter instructions. Once I had that code linted, reviewed, and...