Haskell is the least statically safe language I've used. Sorry, that Bool was actually an expensive computation that eats up all your memory, but there's no way to figure that out without running it. At least in C, you…
Haskell is the least statically safe language I've used. Sorry, that Bool was actually an expensive computation that eats up all your memory, but there's no way to figure that out without running it. At least in C, you…