> to C++ to Java to Ruby to JS (also server-side) and Python
I feel that languages are going back to static typing. Newer languages such as Go, Rust, Kotlin, Swift, Dart, Nim etc are all statically typed (I can't remember a language from the last decade that is dynamically typed).
Even some dynamically typed languages are moving towards a more static typed system: for JS we have TS, and for Python we have type hints
I feel that languages are going back to static typing. Newer languages such as Go, Rust, Kotlin, Swift, Dart, Nim etc are all statically typed (I can't remember a language from the last decade that is dynamically typed).
Even some dynamically typed languages are moving towards a more static typed system: for JS we have TS, and for Python we have type hints