Hacker News new | ask | show | jobs
by baq 636 days ago
static.

python was always strongly typed: you could not do 2 + '3', ever. nowadays mypy/pyright will tell you that before runtime, hence static.

1 comments

I stand corrected.