Oddbean new post about | logout
 i can live with C but i am not familiar enough with stdio.h to actually do anything useful

but maybe after a few weeks i'd be able to iterate arrays and suchlike

i remember how to do pointer arithmetic and all that, the logic control is very simple and inflexible

i hate the build system though, never did actually grasp how it works, or why i have to repeat my function signature lines in a second.h file, something to do with each C file being an independent binary object so you need to tell the importing code the way to construct valid parameters

let's just say, it's hella primitive and i can do a billion times more with Go, with far less chance of a nasty stack busting bug