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

https://github.com/jayfoad/aoc2017apl

Advent of Code 2017 solutions in APL
https://github.com/jayfoad/aoc2017apl

advent-of-code advent-of-code-2017 adventofcode adventofcode2017 aoc aoc2017 apl dyalog dyalog-apl dyalogapl

Last synced: 7 months ago
JSON representation

Advent of Code 2017 solutions in APL

Awesome Lists containing this project

README

          

# aoc2017apl
Advent of Code 2017 solutions in Dyalog APL

Tested on Linux with:
```
dyalog -script < pN.dyalog # Dyalog version 17.1 or earlier
dyalog -script pN.dyalog # Dyalog version 18.0 or later
```

Some solutions require Dyalog APL version 16.0 or later.

See also:
* My [solutions for 2015](https://github.com/jayfoad/aoc2015apl).
* My [solutions for 2016](https://github.com/jayfoad/aoc2016apl).
* My [solutions for 2018](https://github.com/jayfoad/aoc2018apl).
* My [solutions for 2019](https://github.com/jayfoad/aoc2019apl).
* My [solutions for 2020](https://github.com/jayfoad/aoc2020apl).