Growing pains for typing in Python
Growing pains for typing in Python
Posted Jan 19, 2024 5:36 UTC (Fri) by intelfx (subscriber, #130118)In reply to: Growing pains for typing in Python by aigarius
Parent article: Growing pains for typing in Python
> There is no realistic way to have that described by a type system in any way that makes any sense to the computer without a significant knowledge investment from the developer that is doing the bridge/integration between the two projects
Well, if the two projects themselves are not using typing, then of course not.
But if they do, they should be using structural typing that's been mentioned just one thread above.
