Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rnpnr/aoc2023
advent of code 2023
https://github.com/rnpnr/aoc2023
advent-of-code advent-of-code-2023 aoc c haskell
Last synced: 24 days ago
JSON representation
advent of code 2023
- Host: GitHub
- URL: https://github.com/rnpnr/aoc2023
- Owner: rnpnr
- Created: 2023-12-01T04:05:24.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2023-12-21T15:50:00.000Z (11 months ago)
- Last Synced: 2023-12-21T18:49:08.677Z (11 months ago)
- Topics: advent-of-code, advent-of-code-2023, aoc, c, haskell
- Language: Haskell
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advent of Code 2023
Here is where I will dump all my solutions to AOC 2023.
## Language(s)
This year I plan on completing all the tasks in Haskell. Going
into it I would say I'm only slightly beyond "Hello World!". But I
did write an ultra slow JSON like parser at one point.I also plan on completing some tasks in both Haskell and C. I want
to find out if I can write something in Haskell that will
outperform a trivial solution in C. My prior experience has taught
me otherwise but I'm hoping to be surprised.## Documentation
The README associated with each day will contain any performance
testing I have done. I plan on including the problem statement as
a comment in the code and any thoughts on implementation or other
issues will be included in the commit messages.## Happy Hacking and Holidays!