Freya
Created page with "Presentation about toad today * Small CLI program to manage to-do lists * Built in C, GPLv3 * Written over 2 weeks * Internally mostly one file * Gets arguments, processes non-specific commands, loads relevant files, processes specific commands * Lessons: ** C string processing isn't very good *** Generally very annoying *** Requires lots of extra allocations *** Concatenation is hell ** Fun to write C code *** Simple *** Small library = low mental overhead ** Build sys..."