You are viewing a single thread.
View all comments View context
2 points

Examples?

permalink
report
parent
reply
0 points

Verifying that your different pieces of code actually work together. With a static type system and similar compiler features you can lighten the mental load a lot compared to languages like Python where you need to keep it all in your head.

permalink
report
parent
reply
1 point

Python has (optional) types now.

permalink
report
parent
reply
1 point

The problem with optional typing is that it has all the downsides of both but gives you very little of the advantages of a strong static type system, e.g. being able to rely on types catching certain kinds of errors when refactoring because you don’t know for sure that all APIs have types. It is really nothing more than an admission by dynamically typed languages that static types are so useful you can’t really do without them while at the same time not admitting that it might be best to move to a language and library ecosystem that was designed with static types from the start.

permalink
report
parent
reply

Python

!python@sh.itjust.works

Create post

A community for talking about the Python programming language.

Community stats

  • 10

    Monthly active users

  • 23

    Posts

  • 18

    Comments

Community moderators