Elm Weekly - Issue #189
In preparation for the rapidly approaching Advent of Code, starting Dec 1st, it seemed appropriate to share various tools and starter projects for anyone looking to participate. For those of you participating, best of luck!
Tools
Write CLI-scripts in Elm — github.com
Write CLI-scripts in Elm with albertdahlin/elm-posix. Great for those looking to use Elm on the command line.
If you're looking to get your Elm as fast as possible, then look no further than elm-optimize-level-2.
Projects
Advent of Code Starter — github.com
Starter template from Janiczek for writing Elm solutions for Advent of Code.
Antoine Snyers built their own app for last year's Advent of Code. You could use it as a starting point for yours!
Albert Dahlin built an app for Advent of Code, and managed to get a look very close to that of Advent of Code's own site!