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
- Host: GitHub
- URL: https://github.com/jayfoad/aoc2017apl
- Owner: jayfoad
- Created: 2017-12-13T17:33:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-27T10:07:58.000Z (almost 5 years ago)
- Last Synced: 2025-01-22T11:40:13.485Z (9 months ago)
- Topics: advent-of-code, advent-of-code-2017, adventofcode, adventofcode2017, aoc, aoc2017, apl, dyalog, dyalog-apl, dyalogapl
- Language: APL
- Size: 108 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aoc2017apl
Advent of Code 2017 solutions in Dyalog APLTested 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).