SkillAgentSearch skills...

Adventofcode2016

Solutions for advent of code (2016) written in Elm

Install / Use

/learn @marcospri/Adventofcode2016
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Solutions for advent of code (2016) in Elm

Solutions for Advent of Code (http://adventofcode.com/2016) in Elixir (http://elm-lang.org/)

Solved the first 6 problems so far. I did last year's problems on Elixir and haven't done any functional programing since.

Elm being a front end language compiling to JavaScript I felt forced to do some web dashboard even if it's completely useless and possibly the only non-SPA ever written in a trendy language.

https://marcospri.github.io/adventofcode2016/dist/

Elm is great although I have to admit I'm not taking advantage of the type safety it provides as much as I should (ie I use Debug.crash a lot instead of properly handle parsing errors in the inputs).

As for the problems themselves they are fun as last year's and my solutions also as naive and brute-forcy as last year's.

Related Skills

View on GitHub
GitHub Stars4
CategoryDevelopment
Updated8y ago
Forks0

Languages

Elm

Security Score

55/100

Audited on Jul 4, 2017

No findings