March 6, 2005
weekend, begone!
I’m spending the weekend at the hotel, working on various things. The weather outside is too cold to my liking – the skies are clear but temperatures are below 0. Here is some interesting reading:
coroutines in C – I love it, but I disagree with the author that the algorithmic structure of the program is more important than the syntactic structure. By the time I’m reading a given piece of code, I have a fairly good idea of what it (aims to) accomplish, and am mostly interested in how it accomplishes that and whether it is done correctly. Hiding the implementation obscures that.