About 1,090,000 results
Open links in new tab
  1. APL (programming language) - Wikipedia

    APL (named after the book A Programming Language) [3] is a programming language developed in the 1960s by Kenneth E. Iverson. Its central datatype is the multidimensional array.

  2. TryAPL

    APL is an array-oriented programming language that will change the way you think about problems and data. With a powerful, concise syntax, it lets you develop shorter programs that enable you to think …

  3. Introduction — Learning APL - GitHub Pages

    APL is an array language, and one of the oldest programming languages still in use today, next to FORTRAN, Lisp and COBOL. APL uses its own curious-looking symbols, like ⍎⌽⍕⌈* ≡⍬, rather …

  4. Simple examples - APL Wiki

    Simple examples This page contains examples that show APL's strengths. The examples require minimal background and have no special dependencies. If these examples are too simple for you, …

  5. While the Basics and Fortrans of the world continue as popular models of what programming languages are, the unconventional APL will persist as a model of how much better programming languages …

  6. GNU APL

    GNU APL is made up of more than 100,000 lines of C++ code. In a code of that size, programming mistakes are inevitable.

  7. Introduction to APL - MicroAPL

    Unlike many programming languages, APL wasn't designed to match the ways in which a computer works internally. It was intended to help people define procedures for solving problems.

  8. APL Cloud

    What is APL? APL (named after the book A Programming Language) is an advanced array programming language developed in the 1960s by Dr. Kenneth E. Iverson. Its most powerful attribute …

  9. APL syntax and symbols - Wikipedia

    The programming language APL is distinctive in being symbolic rather than lexical: its primitives are denoted by symbols, not words. These symbols were originally devised as a mathematical notation …

  10. The APL Programming Language - University of Michigan

    What APL is best known for is its use of non-ASCII symbols, including some Greek letters. It is a dynamically typed interactive, array oriented language with a dynamic scope. In APL, all expressions …