Comment by librasteve

3 months ago

it is sad to see how painful typed python is … i prefer a language where (gradual) types were designed infrom the get go … https://raku.org

As someone who has added type hints to two huge code bases that had nine. It's not that painful. Something much more painful is realizing the code base you are adding type hints to is irreconcilably bugged by design, which would not have been possible had type checking been used.