Architecture in a Box
Friday, April 10th, 2009Programming used to be about moving bits, so programmers memorized the power of 2 and ASCII or EBCDIC. Then it was about control flow, and programmers learned how to loop over an input deck and perform an operation for each element of the deck (and how to handle the pesky EOF case, which may [...]