7 ms·
my experience with python's optional type system was that the simple stuff works very well, but when you try to go down a type rabbit hole for more advanced stu
by jlrubin 4y ago
my experience with python's optional type system was that the simple stuff works very well, but when you try to go down a type rabbit hole for more advanced stuff involving generics it becomes really unworkable, inconsistent, and hard to dig yourself out of.
but for little things, like just function signatures, it's great!
- jlrubin 4y agofwiw i was able to successfully port this complex project into rust's type system.