Python

Type hints are inspectable at the runtime.

Global Interpreter Lock – CPython is written without concurrency in mind and although there are threads, they all run on a single CPU. Guido says that removing GIL will feel like Python 4.0. Ruby also has GIL.

Links