top | item 31118641

(no title)

jlrubin | 3 years 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!

discuss

order

jlrubin|3 years ago

fwiw i was able to successfully port this complex project into rust's type system.