Static typing is great!
- Compile time type safety is fastest feedback to one’s code
- Better compiler optimisation (memory allocation based on specific datatype)
- Improved IDE support (better auto-completion, refactoring, etc)
- Scalability due to improved code readability