APL (programming language)
| APL | |
|---|---|
| Paradigm | Array, functional, structured, modular |
| Designed by | Kenneth E. Iverson |
| Developer | Larry Breed, Dick Lathwell, Roger Moore, others |
| First appeared | November 27, 1966 |
| Stable release | ISO/IEC 13751:2001
/ February 1, 2001 |
| Typing discipline | Dynamic |
| Platform | Cross-platform |
| License | Proprietary, open source |
| Website | aplwiki |
| Major implementations | |
| |
| Influenced by | |
| Mathematical notation | |
| Influenced | |
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.