aoc2023

advent of code 2023
Log | Files | Refs | Feed | README

README.md (815B)


      1 # Advent of Code 2023
      2 
      3 Here is where I will dump all my solutions to AOC 2023.
      4 
      5 ## Language(s)
      6 
      7 This year I plan on completing all the tasks in Haskell. Going
      8 into it I would say I'm only slightly beyond "Hello World!". But I
      9 did write an ultra slow JSON like parser at one point.
     10 
     11 I also plan on completing some tasks in both Haskell and C. I want
     12 to find out if I can write something in Haskell that will
     13 outperform a trivial solution in C. My prior experience has taught
     14 me otherwise but I'm hoping to be surprised.
     15 
     16 ## Documentation
     17 
     18 The README associated with each day will contain any performance
     19 testing I have done. I plan on including the problem statement as
     20 a comment in the code and any thoughts on implementation or other
     21 issues will be included in the commit messages.
     22 
     23 ## Happy Hacking and Holidays!