2024-11-29
Lecture Friday: Advice for Writing Small Programs in C
The key to scripting is having a fairly extensive library of routine operations, easy to use lists and hashmaps, and a runtime that can ideally fit in a shebang. There's no reason you can't do this with C. You just have to learn the first hard truth of C, abandon the standard library. To that end, stb is kind of that, Sean Barrett's standard library.