|
|
|
|
|
by Koshkin
3568 days ago
|
|
Let's say, "there is high probability that my code will work correctly right away". (This is especially true for Haskell.) [Edit] To be fair, this is not only, and even perhaps not so much, due to the static typing per se but also due to the mental discipline the particular programming language may require from the programmer even to write code that can be successfully compiled. |
|
I'll bet my Python code has a similar probability of working correctly on the first run, conditioned on the complexity of the task.