>need to sum sequential array
>memory has 1,2,3,4,5,6,7,8,9,10 in it
>ask programmer
>running sum
>do that, it's 10 ops til I get 55
>ask mathematician
>(n*n+1)/2
>do that, it's 13 ops til I get 55
>neither solutions are correct without dynamic typing, but using it makes real development impossible
Why is programming so shitty?