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

https://github.com/advait/aoc

Advent of code in reason, elm, haskell, purescript, and custom lisp!
https://github.com/advait/aoc

advent-of-code advent-of-code-2018 aoc elm elm-lang haskell ocaml reasonml

Last synced: 10 months ago
JSON representation

Advent of code in reason, elm, haskell, purescript, and custom lisp!

Awesome Lists containing this project

README

          

# Advait's AOC ReasonML Attempts

Advait is stumbling his way through [Advent of Code](https://adventofcode.com/) in [ReasonML](http://reasonmlhub.com/exploring-reasonml/ch_about-reasonml.html#what-is-reasonml), Haskell, Elm, and Purescript. Follow his misadventures here:

- The [2020/purescript](https://github.com/advait/aoc/tree/master/2020/purescript?ts=2) directory contains Purescript implementations.
- The [2019/elm](https://github.com/advait/aoc/tree/master/2019/elm?ts=2) directory contains Elm implementations.
- The [2018/haskell/](https://github.com/advait/aoc/tree/master/2018/haskell?ts=2) directory contains Haskell implementations.
- The [2018/reasonml-bucklescript/](https://github.com/advait/aoc/tree/master/2018/reasonml-bucklescript?ts=2) directory contains ReasonML implementations to be complied with [Bucklescript](https://bucklescript.github.io/).
- The [2018/reasonml-dune/](https://github.com/advait/aoc/tree/master/2018/reasonml-dune?ts=2) directory contains ReasonML implementations to be compiled with [Dune](https://dune.build/).