I'm curious if other people have the same experience but I find if I write something complex in Python/JavaScript the majority of the time it does not work the first time I run it.
Whereas with Java majority of the time things work first try because any trivial type issue have been sorted already by the compiler.
Whereas with Java majority of the time things work first try because any trivial type issue have been sorted already by the compiler.