Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/trevarj/advent-of-code
- Owner: trevarj
- Created: 2022-12-07T16:23:59.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-02T12:30:20.000Z (10 months ago)
- Last Synced: 2024-10-16T05:30:49.946Z (22 days ago)
- Topics: advent-of-code, advent-of-code-2022, advent-of-code-2023
- Language: OCaml
- Homepage:
- Size: 193 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)