Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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!