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

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.

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)