Skip to content

mgreen89/aoc2021-haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Haskell Advent of Code 2021

Advent of Code 2021 solutions in Haskell.

Acknowlegdement

Most of the framework code here was very heavily based on https://github.com/mstksg/advent-of-code-dev.

I started from a blank slate and re-implemented it (mostly in a pretty similar fashion) to help get my head around it. I've ignored anything I didn't understand (for now), so this has less functionality, but enough for me to be happy using it this year (2021).

To-do

  • Support GHC 9.2 and OverloadedRecordDot to clean up all the record prefixes (blocked on stack supporting 9.2)
  • Understand lenses better
  • Understand TemplateHaskell (and haskell ext) enough to use it to generate the base list of all solutions
  • Add functionality to pass test-specific paramaters to solution functions.

About

Advent of Code 2021 in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published