Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/arjunattam/advent-of-code-clojure

Learning Clojure with Advent of Code 2018
https://github.com/arjunattam/advent-of-code-clojure

advent-of-code advent-of-code-2018 clojure

Last synced: about 1 month ago
JSON representation

Learning Clojure with Advent of Code 2018

Awesome Lists containing this project

README

        

# advent-of-code-clojure

Learning Clojure through [Advent of Code 2018](https://adventofcode.com/2018/) puzzles.

## Usage

To run this you need to have `clj` installed and in your `$PATH`

```
clj -m advent.2018.day1.part1
```

Or download [LightTable](https://github.com/LightTable/LightTable/) to evaluate expressions inline.