• @[email protected]
    link
    fedilink
    -39 hours ago

    where messing up a space breaks everything

    Messing up some character breaks everything in any language, skill issue

    there is no real type system

    What does “real” mean? It’s pretty robust these days.

      • @[email protected]
        link
        fedilink
        1
        edit-2
        5 hours ago

        Yes, I love rust and use it regularly, but it is suitable for totally different use cases than python. Have you worked on a python project using strict type checking enforced in CI? It really isn’t so bad.

        • @fuck_u_spez_in_particular
          link
          14 hours ago

          I haven’t, but everytime I try python I want to quit it so quickly because of the messed up packaging system and more importantly IDE experience (and I don’t think unless you are extremely disciplined with type annotations, that you’re getting even close to rust-analyzers performance). I enjoy just exploring dependencies with go to definition, and the trust I can have in the type system.

          I’m swearing everyday in my job about typescript, which is just javascript with leaky and unnecessary complex type annotations. So yeah I even consider typescript bad (and I doubt that python is better with type-checking).