5:39 you won't find your mistakes until you specifically execute the line of code where the mistake is. So you are leaving that to luck basically. Compiled language on the other hand check the entire program before running. Although it still won't catch everything you find out faster than with Python.
4:58 compilers help finding bugs before you even run the program. It's a good thing
5:39 you won't find your mistakes until you specifically execute the line of code where the mistake is. So you are leaving that to luck basically. Compiled language on the other hand check the entire program before running. Although it still won't catch everything you find out faster than with Python.
4:51 most compiled languages are incrementally compiled
Thanks a lot
5:24 Dynamic typing is not a "feature". It's more of a lack of feature.