Find Related products on Amazon

Shop on Amazon

I'm starting to suspect my work is incompatible with a full-time academic job

Published on: 2025-07-04 21:04:59

Rambles around computer science Diverting trains of thought, wasting precious time Fri, 28 Feb 2025 A more punny self-remaking C program To follow on from my previous proof-of-concept and later musings, here's another form of self-remaking C program in one file. This one involves some shell code that generates C code, to be included, using some punning a bit similar to my shell-and-Make one-filer. ///usr/bin/[ "$0".bin -nt "$0" ] || cc -save-temps -g "$0" -o "$0".bin <Read full article.