APL (programming Language)

APL (programming Language)

APL (named after the book A Programming Language) is an interactive array-oriented language and integrated development environment, which is available from a number of commercial and noncommercial vendors and for most computer platforms. It is based on a mathematical notation developed by Kenneth E. Iverson and associates that features special attributes for the design and specifications of digital computing systems, both computer hardware and software.

APL has a combination of unique and relatively uncommon features that appeal to programmers and make it a productive programming language:

  • It is concise, using symbols rather than words and applying functions to entire arrays without using explicit loops.
  • It is solution focused, emphasizing the expression of algorithms independently of machine architecture or operating system.
  • It has just one simple, consistent, and recursive precedence rule: the right argument of a function is the result of the entire expression to its right.
  • It facilitates problem solving at a high level of abstraction.

APL is used in scientific, actuarial, statistical, and financial applications where it is used by practitioners for their own work and by programmers to develop commercial applications. It was an important influence on the development of spreadsheets, functional programming, and computer math packages. It has also inspired several other programming languages. It is also associated with rapid and lightweight development projects in volatile business environments.

Read more about APL (programming Language):  History, Overview, Terminology, Character Set, Usage, Standardization, Glossary