Re: Python (was Re: Recent history of vi)
rbowman <[email protected]> 21 Dec 2025 04:25:26 GMT
| Newsgroups | comp.os.linux.misc,alt.folklore.computers,comp.lang.python |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 20 Dec 2025 10:12:49 +0000, Richard Kettlewell wrote: > I would say that although Python does have some aspects of strong > typing, it is mostly weakly typed. Type hints sort of address that. Like TypeScript there is a temptation to say 'foo: Any' to preserve duck typing.