Solve the 2022 Advent of Code Puzzles with OCaml (opens in new tab)
Too many programmers only know OCaml through a functional programming language overview course at university. They erroneously believe OCaml is used primarily in academia rather than in the real world. Not only is OCaml already used in several prominent businesses, it can also be used for fun projects, like the upcoming Advent of Code. What is Advent of Code? is an annual online Advent calendar produced specifically for programmers. It publishes a series of daily puzzles, revealing a new puzz...
Read the original article