• HiddenLayer555@lemmy.ml
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    6 hours ago

    A statically typed Python would be my dream programming language.

    Can someone please make Typethon?

    • porous_grey_matter@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      1 hour ago

      Type checking for python is not bad these days, just run pyright (or mypy, I would like to prefer the non MS solution, but we have found pyright much more rigorous) on your code. Yes obviously you can still get out of it with an ignore statement, and that might occasionally be necessary for some libraries, but if you enforce no errors in pre-commit or CI then it’s only a little worse than compile time.

    • ma1w4re@lemm.ee
      link
      fedilink
      arrow-up
      1
      ·
      4 hours ago

      Pyright language server makes Typethon out of your Python at the cost of massive bugs and performance. I used to like it, until I got really sick of waiting about 10 seconds for a suggestion to appear when typing open() and really fucking sick of the entire server crashing after I type pow()