Charlie Harvey

#701

Great article! You might want to fix your definition of associative. It doesn't mean that sum(a,b) = sum(b,a); that would be "commutative". Associative means that sum(a,sum(b,c)) = sum(sum(a,b),c).