https://github.com/mkuranowski/adventofcode2020
2020 Advent of Code coded in Clojure
https://github.com/mkuranowski/adventofcode2020
advent-of-code advent-of-code-2020 advent-of-code-2020-clojure clojure
Last synced: 3 months ago
JSON representation
2020 Advent of Code coded in Clojure
- Host: GitHub
- URL: https://github.com/mkuranowski/adventofcode2020
- Owner: MKuranowski
- License: wtfpl
- Created: 2021-10-17T12:37:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-12T08:32:57.000Z (over 3 years ago)
- Last Synced: 2025-01-07T22:11:13.708Z (about 1 year ago)
- Topics: advent-of-code, advent-of-code-2020, advent-of-code-2020-clojure, clojure
- Language: Clojure
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
See for a list of tasks.
To give the challenges an interesting twist, I coded the solutions
in an atypical language, [Clojure](https://clojure.org/) - a Lisp dialect.
Actually, not all of them in Clojure.
I failed in part B of day 19, which is currently written in Python;
tough I might try and rewrite it back in Clojure later.
Usage `./aoc.sh DAY [test]`.