Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ofer1992/aoc_21

Advent of Code '21 solved in clojure
https://github.com/ofer1992/aoc_21

advent-of-code advent-of-code-2021 advent-of-code-2021-clojure aoc aoc2021 clojure

Last synced: 26 days ago
JSON representation

Advent of Code '21 solved in clojure

Awesome Lists containing this project

README

        

# Advent of Code '21

Ongoing solutions to puzzles in Clojure(!), in an effort to learn the language. Therefore, expect bad code. I thought I was already a dope programmer, but it's good to be humbled.

For running tests on file reloads, open a terminal and run
`clj -X:test:watch`