https://github.com/jayfoad/aoc2021apl
Advent of Code 2021 solutions in Dyalog APL
https://github.com/jayfoad/aoc2021apl
advent-of-code advent-of-code-2021 adventofcode adventofcode2021 aoc aoc-2021 aoc2021 apl dyalog dyalog-apl dyalogapl
Last synced: 4 months ago
JSON representation
Advent of Code 2021 solutions in Dyalog APL
- Host: GitHub
- URL: https://github.com/jayfoad/aoc2021apl
- Owner: jayfoad
- Created: 2021-12-01T09:17:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-22T14:34:31.000Z (almost 4 years ago)
- Last Synced: 2025-03-15T22:41:27.234Z (7 months ago)
- Topics: advent-of-code, advent-of-code-2021, adventofcode, adventofcode2021, aoc, aoc-2021, aoc2021, apl, dyalog, dyalog-apl, dyalogapl
- Language: APL
- Homepage:
- Size: 81.1 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aoc2021apl
Advent of Code 2021 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 18.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 2017](https://github.com/jayfoad/aoc2017apl).
* 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).