See the thread on Reddit /r/adventofcode
I just put a reply.
(First one about Ada )
See the thread on Reddit /r/adventofcode
I just put a reply.
(First one about Ada )
What language do you use for AoC?
I Ada ! (Specially the 2022 edition)
I like to translate the given puzzle into a functional or OOP description (Domain space) With Strong typed language, OOP, and do the input data mapping directly with the domain space. A bit verbose, but so easy to read. I mostly only debug my functional/algoritm mistakes…
Interesting to compare with other languages as Swift or Rust.