apl - chrisman/knowledge GitHub Wiki

APL is an array or vector based language that is probably best known for having all of those weird ass glyphs, and for being incredible terse.

It is interesting to learn about and to write because it is a huge paradigm shift, and promotes different ways of thinking about data: representing it and writing it

Here are some other languages and things related to array based programming