Currently I’m developing for and maintaining a large code base that’s a mix of C++ and Python code. In this article I write about my experience about the type systems of statically typed C++ and dynamically typed Python, especially about the situations where I miss the explicit type information in dynamically typed languages.
I use Python as synonym for dynamically typed languages because my experiences with python should also apply for other dynamically typed languages.
→ Read More