Hacker News new | past | comments | ask | show | jobs | submit login

Plenty of languages allow you to do this, either by opting into type checking only when you add type annotations, or by using "any" / "dynamic" or unchecked typecasts as an escape hatch when you don't feel like going through the trouble of how to make the typechecker happy.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: