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: 21 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T13:08:52.000Z (22 days ago)
- Last Synced: 2024-12-17T13:18:31.974Z (22 days ago)
- Topics: advent-of-code, advent-of-code-2022, advent-of-code-2023
- Language: OCaml
- Homepage:
- Size: 240 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.## 2024: Emacs Lisp
Trying to have a fun and cozy time. Using the great library
[dash.el](https://github.com/magnars/dash.el) and not going for efficient
solutions until Emacs locks up and crashes.### 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)