qlwiki:ql_apl

This is an old revision of the document!


QL APL

APL is a very high-level language used for financial and mathematical modelling, although it can be used for many other purposes. It is particularly noted for its ability to process arrays as easily and quickly as scalar variables.

APL was named after the book 'A programming language' by Kenneth E. Iverson (1962) and is a high-level interpreter language designed for non-computer professionals.

APL provides extremely powerful, but simple array handling facilities, which dispense with counts and loops, resulting in very compact code - for example, to add all of the elements in two arrays (A) and (B), you would simply use:

"A + B"

Two versions of APL were produced - the symbolic version (which is based on the standard APL statements made up of Greek letters and overstrike characters, and not easy to use on a standard English keyboard) and a Keyword version which allows the use of proper keyword functions for each APL statement.

MicroAPL Limited produced both versions for the QL, which are based on the IBM compatible version of APL by the same company.

The symbolic version used the conventional APL character set; the other replaced the special symbols by mnemonic keywords, such as "index" for the iota. The implementation is complete for the original version of the language.

QL APL runs on an unexpanded machine with the aid of a ROM cartridge. This contains the parser and is the only part of the program to differ between the two versions. The program can run on any emulator or QL-compatible system which emulates the ROM port, since that code on the cartridge is not relocatable.

Both versions occupied 95K of memory and did not implement some of the more advanced APL.68000 features, nor multi-user filing features. However there were extensions to take account of the QL's in-built hardware, such as colour, windows, redirection of output, sound and graphics. Thankfully, the keyword version implements the IF command which works the same way as the APL '/' operator, but with the arguments reversed, so that it makes more logical sense to an inexperienced programmer.

(MISSING IN ACTION)


Title: QL APL
Language: Unknown
Author: Unknown
Publisher: MicroAPL Limited
Year of Publication: 1985
Platforms Suitable for: All Sinclair QLs and emulators
Commercial Status: Commercial
Price as at March 1985: £99.95
Reviews: Sinclair User Aug 85
Sources Available from: n/a
Latest Version available from: Unknown

  • qlwiki/ql_apl.1504518804.txt.gz
  • Last modified: 2022/11/05 11:18
  • (external edit)