-- a/haskell-vs-fortran++ b/haskell-vs-fortran
@@ -1,3 +1,7 @@
h1. Haskell vs. Fortran
Disclaimer: I do not write Fortran, just learned it from Internet to compare. Fortran 90 may have some of those problems fixed, but 1. In totally kludged way 2. Nbody uses it anyway, and libs are in 77 (See *Legacy*),
h2. Fortran isn't lazy
Laziness[1] of Haskell allows it to make superior compile-time optimizations and allows user to write simpler code, not worrying about evaluation order.