Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/trevarj/advent-of-code

My Advent of Code Solutions (https://adventofcode.com)
https://github.com/trevarj/advent-of-code

advent-of-code advent-of-code-2022 advent-of-code-2023

Last synced: 8 days ago
JSON representation

My Advent of Code Solutions (https://adventofcode.com)

Awesome Lists containing this project

README

        

# advent-of-code
## My Advent of Code Solutions (https://adventofcode.com)

## 2019 Haskell 󰲒
Retroactively doing this year to experiment with Haskell again to see if I'm
still really stupid.

## 2022: Haskell 󰲒
Learning Haskell for the first time. I already know a bit of the FP concepts
and syntax from exploring dependent types using Idris, so basically winging it
from there.

## 2023: OCaml 🐪
I didn't want to spend so much time with a new language, so I just decided on
one I've already dabbled with.

### Thanks
Thank you to the following people for help and inspiration:
- [glguy](https://github.com/glguy/advent)
- [mbottini](https://github.com/mbottini/AOC2023)
- [byorgey](https://github.com/byorgey/AoC)