https://github.com/rolandtritsch/eta-aoc-2017
Advent of Code 2017 (eta Edition)
https://github.com/rolandtritsch/eta-aoc-2017
advent-of-code eta haskell jvm
Last synced: 4 months ago
JSON representation
Advent of Code 2017 (eta Edition)
- Host: GitHub
- URL: https://github.com/rolandtritsch/eta-aoc-2017
- Owner: rolandtritsch
- License: bsd-3-clause
- Created: 2018-08-13T11:02:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-05T08:58:20.000Z (almost 7 years ago)
- Last Synced: 2025-06-13T10:07:22.722Z (4 months ago)
- Topics: advent-of-code, eta, haskell, jvm
- Language: Haskell
- Homepage:
- Size: 298 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Advent of Code](https://adventofcode.com) - 2017 (eta Edition)
Note: There are implementations of this in [Scala](https://github.com/rolandtritsch/scala-aoc-2017) (JVM and native), [Kotlin](https://github.com/rolandtritsch/kotlin-aoc-2017), [Haskell](https://github.com/rolandtritsch/haskell-aoc-2017) and [Eta](https://github.com/rolandtritsch/eta-aoc-2017). If you like any of these ... star it :).
To make this work you need to ...
* install `java`
* install `git`
* clone the repo
* follow the [instructions on the eta homepage](https://eta-lang.org/docs/user-guides/eta-user-guide/installation/etlas) to get `etlas` up-and-running
* run `. ./bin/run.sh`