#OCaml has been such a slog for me. Just when I think I am making progress I run across foreign syntax like `[> Caqti_error.t ]` and have to look up what the hell that means. However, its because it has been such a slog that is has been so rewarding and fun.
Posts by Jason Hammock
I've completed Part One of "Print Queue" - Day 5 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/5
Solution in #OCaml:
github.com/jmhammock/ao...
There is almost certainly a better way to do it, but I am tired. I might refactor later
I just completed Day 4 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/4
Falling behind quite a bit with dad and husband duties but that is ok.
Solutions in #OCaml
github.com/jmhammock/ao...
I've completed "Red-Nosed Reports" - Day 2 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/2
Solution in #OCaml:
Every part gets a single commit so you can find the solutions here github.com/jmhammock/ao...
I just completed "Mull It Over" - Day 3 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/3
Solution in #OCaml:
github.com/jmhammock/ao...
I wanted to play around with mutable state because I haven't used it before.
I just completed "Historian Hysteria" - Day 1 - Advent of Code 2024 #AdventOfCode adventofcode.com/2024/day/1
Solution in #OCaml:
github.com/jmhammock/ao...