Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I think your real problem is with duck typing and not specifically with python.

There are efforts to have gradual typing suppprt in python though, and you might be interested in having at least partial typing suppprt.



Yup, it's a complaint that can be applied to every duck typed language out there, not just Python.


I actually believe that we can solve this problem for most cases.

Take dart for instance -- it doesn't require any typing as such, but has an excellent type system that supports generics too. The type checker is pretty robust, but flexible at the same time...




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

Search: