What language(s) will you be using? Will you be trying anything different this year to usual?

  • @__init__@programming.dev
    link
    fedilink
    47 months ago

    Nobody doing python? It is my first time participating so I think I’ll try it out my strongest language first. I think if I were to try something else it would be Go, to brush up, or Typescript, which I’ve been wanting to learn but haven’t really had an application for, yet.

    • @hades@lemm.ee
      link
      fedilink
      17 months ago

      I’m doing Python! Decided to catch up with what’s new in Python itself and the ecosystem (e.g. poetry, pytype, etc.)

      • @__init__@programming.dev
        link
        fedilink
        17 months ago

        Nice. I’m a long time fan of poetry, but I’m trying out a couple new tools too. Been wanting to check out ruff to replace flake8. And mypy, cause I’ve never worked on a project that used a type checker, though there hasn’t really been much for it to do on the solutions I’ve hammered out so far.