Evolution: Implementation

Introduction | Assumptions | Design | Implementation | Results

This experiment was largely conceived as an excuse to read through K&R and write something in the C programming language. Although writing the code in C was instructive, the lack of string and array manipulation functionality in C made me decide that I’d also implement (a minor variation of) this experiment in the D programming language to see whether it would be a better “fast” language for computationally expensive work. (It is.)