Difference between revisions of "C programming notes"
Jump to navigation
Jump to search
(2018-06-07 - Thursday, Ted starting article to contain C programming notes.) |
m |
||
| Line 1: | Line 1: | ||
| + | |||
| + | |||
| + | Really good interesting article by Simon Tatham on co-routines and a couple ways of implementing them in C language; accessible good style of writing: | ||
| + | |||
* https://www.chiark.greenend.org.uk/~sgtatham/coroutines.html | * https://www.chiark.greenend.org.uk/~sgtatham/coroutines.html | ||
| + | |||
| + | <ul> | ||
| + | <i> | ||
| + | "Any coding standard which insists on syntactic clarity at the expense of algorithmic clarity should be rewritten." | ||
| + | </i> | ||
| + | </ul> | ||
| + | |||
| + | * https://www.chiark.greenend.org.uk/~sgtatham/coroutines.html | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | <!-- EOF --> | ||
Revision as of 17:12, 7 June 2018
Really good interesting article by Simon Tatham on co-routines and a couple ways of implementing them in C language; accessible good style of writing:
-
"Any coding standard which insists on syntactic clarity at the expense of algorithmic clarity should be rewritten."