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!
- Host: GitHub
- URL: https://github.com/advait/aoc
- Owner: advait
- Created: 2019-02-08T00:02:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-09T22:18:36.000Z (about 4 years ago)
- Last Synced: 2024-05-14T00:16:56.113Z (over 1 year ago)
- Topics: advent-of-code, advent-of-code-2018, aoc, elm, elm-lang, haskell, ocaml, reasonml
- Language: Elm
- Homepage:
- Size: 429 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).