Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arjunattam/advent-of-code-clojure
- Owner: arjunattam
- Created: 2018-12-05T08:25:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-18T02:39:17.000Z (about 5 years ago)
- Last Synced: 2024-10-18T07:17:53.203Z (3 months ago)
- Topics: advent-of-code, advent-of-code-2018, clojure
- Language: Clojure
- Homepage: https://adventofcode.com/2018/
- Size: 283 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.