Growing pains for typing in Python
Growing pains for typing in Python
Posted Jan 18, 2024 2:55 UTC (Thu) by warrax (subscriber, #103205)In reply to: Growing pains for typing in Python by Paf
Parent article: Growing pains for typing in Python
> Duck typing is a really fun way to program small stuff quickly.
I'm going to be nit-picky here. O'Caml is statically typed and supports Duck typing ("Structural types"). The term you're looking for is Run-time Type Checking.
