Following up on the last post, I continue to solve Advent of Code puzzles using a different programming language every day.
You can find my solutions on GitHub:
For the second week I chose languages which I had never used before.
Day 6 - Perl
Day 7 - Ada
Day 8 - PHP
Day 9 - D
Day 10 - Nim
Day 11 - Julia
Day 12 - Dart
After struggling with functional languages last time, this second week has been a bit easier. I got used to the new languages pretty fast, as they share many concepts with other languages that I’m already familiar with.
As the difficulty increases, I’m planning to start using languages I know for the second half of the challenge.