adambard / adambard/learnxinyminutes-docs

[Request] [language/lang-code] APL

Ouverte
#3,580 2 commentaires 1 réaction 0 personnes assignées Voir sur GitHub
request
Langage dominant
Markdown
Étoiles
12.3k
Forks
3.7k
Merge moyen
13 h 10 min
PR mergées (30 j)
6

Description

APL (named after the book A Programming Language) is a programming language developed in the 1960s by Kenneth E. Iverson. Its central datatype is the multidimensional array. It uses a large range of special graphic symbols to represent most functions and operators, leading to very concise code. It has been an important influence on the development of concept modeling, spreadsheets, functional programming, and computer math packages. It has also inspired several other programming languages.

See "Game of Life" program example in APL:
```apl
life←{↑1 ⍵∨.∧3 4=+/,¯1 0 1∘.⊖¯1 0 1∘.⌽⊂⍵}
```

- [Introduction to APL](http://www.softwarepreservation.org/projects/apl/Books/AnIntroductionToAPL)
- [Try APL online](https://tryapl.org/)

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.