https://github.com/razetime/efficient-array-programming
A collection of documents and writings on efficient programming in array-oriented languages akin to APL.
https://github.com/razetime/efficient-array-programming
Last synced: 3 months ago
JSON representation
A collection of documents and writings on efficient programming in array-oriented languages akin to APL.
- Host: GitHub
- URL: https://github.com/razetime/efficient-array-programming
- Owner: razetime
- Created: 2021-06-14T03:21:24.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-21T12:26:50.000Z (over 4 years ago)
- Last Synced: 2023-10-20T22:46:51.964Z (over 2 years ago)
- Size: 8.79 KB
- Stars: 9
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Efficient Array Programming
This is a wiki-like repo for collecting information and examples for efficient programming in array languages.
Most of the explanations here will be written from my understanding of the programs, so I do recommend scrutinizing the programs yourself first before reading them.
The general goal of this repository is to help people improve their understanding of array languages, and to have a wealth of examples for well-written array language code.
- [General Tips](General.md)
- Implementation-specific Tips
- [Dyalog APL](DyalogAPL.md)
- [dzaima/APL](DzaimaAPL.md)
- [ngn/k](NgnK.md)
## Links and References
- [Jay Foad: Advent of Code Solutions](https://github.com/jayfoad/)
- [ngn/k code Examples](https://codeberg.org/ngn/k)
- [Andriy Makukha - APL Contest 2020](https://github.com/amakukha/apl-contest-2020)
- [Bubbler-4 - Advent of APL](https://github.com/Bubbler-4/advent-of-apl)
- [The APL Orchard chatroom logs](https://chat.stackexchange.com/rooms/52405/the-apl-orchard)
- [Aaron Hsu on performant trees](https://www.youtube.com/watch?v=hzPd3umu78g)