The outermost loop of the Fortran version performs 30 iterations, the C version does only 10.
Name:
Anonymous2013-09-01 13:33
Much like cute flowers, anime girls bloom during spring. That's a goddamn ton of cartoons we're getting.
Name:
Anonymous2013-09-01 15:04
In general: decompose the logical units of your system into the smallest referentially transparent components possible, them implement them in modules. Global or local environments for sets of components (or inside components) might be mapped to monads. Use algebraic data types to describe core data structures. Share those definitions widely.