
programming
Thoughts on dynamic typing (part 1)
As a professional programmer, I've been raised on a JVM diet of Java and, more recently, Kotlin. So, statically typed languages. Such languages have great characteristics, code navigation with an IDE is implemented well, refactor tooling is also powerful. Many errors are caught at compile time and the