Hacker News new | ask | show | jobs
by zozbot234 1775 days ago
Not quite. The main problem with gradual typing is performance, because having to do checking and conversion at every boundary or interaction between static- and dynamic-typed code introduces a lot of overhead.