Everyone has something they can’t stop themselves from nerding out over - but often it’s hard to find people to talk to about it. So go ahead, share your interests, and tell us about them!

  • FooBarrington@lemmy.worldOP
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    It’s the other way around, dynamic typing has been hyped in the last decades to years, but the industry is moving away from it, back to static typing :)

    Great examples are JavaScript and Python: both are fundamentally dynamically typed, but both have efforts to add static typing (TypeScript for JavaScript, and type hints for Python). So we’re slowly but surely rectifying these problems!