Skip Navigation

What languages are you folks approaching AoC with this year?

It's not my first choice, but it's gonna be TypeScript for me. I've got an interview for a primarily TS position coming up this week so would like to brush up on its quirks.

If the interview doesn't go well, then I'll probably switch to Go, though hehe. I've been really enjoying using it, but no one's ever paid me to do so.

40 comments
  • I always default to ruby, even though I want to learn tons of other languages. Sometimes I do it in multiple languages, I might try Elixir again.

    • Ruby is such an enjoyable language to write it. It really feels like they thought about the developer's experience when designing that language

  • Julia, since I used it for some projects this year but never for something "time critical" like AoC with a new problem each day. I really like that it's simple like python but with strong typing. Originally I wanted to use Ocaml to learn it, but on day 1 I realised I don't know how to do anything in it yet 😄.

  • I've tried using vyxal 3, and while I was able to solve day1 part 1, part 2 still eludes me. I know what I have to do but I haven't been able to coax the language into doing what I want it to, probably because it's a wholly different paradigm from praclangs.

  • Going with rust for the second year, I'm still trying to learn things with it and AoC is a great way to do so

40 comments