A+ (programming language) (original) (raw)

From Wikipedia, the free encyclopedia

Programming language

A+
Paradigm Array
Designed by Arthur Whitney
Developer Morgan Stanley
First appeared 1988; 37 years ago (1988)
Stable release 4.22-1 / March 27, 2008; 17 years ago (2008-03-27)
Typing discipline Dynamic, strong
License GNU General Public License
Filename extensions .., .+, .a, .m[1]
Website www.aplusdev.org
Major implementations
A+
Influenced by
APL
Influenced
K

A+ is a high-level, interactive, interpreted array programming language designed for numerically intensive applications, especially those found in financial applications.

In 1988, Arthur Whitney began work on the A programming language to replace APL.[2] Other developers at Morgan Stanley extended it to A+, adding a graphical user interface (GUI) and other language features.

Arthur Whitney went on to create a proprietary array language named K. Like J, K omits the APL character set. It lacks some of the perceived complexities of A+, such as the existence of statements and two different modes of syntax.

A+ provides an extended set of functions and operators, a graphical user interface with automatic synchronizing of widgets and variables, asynchronous executing of functions associated with variables and events, dynamic loading of user compiled subroutines, and other features. A+ runs on many Unix variants, including Linux. It is free and open source software released under a GNU General Public License. A newer GUI has not yet been ported to all supported platforms.

The A+ language implements the following changes to the APL language:

Interactive A+ development is primarily done in the Xemacs editor, through extensions to the editor. Because A+ code uses the original APL symbols, displaying A+ requires a font with those special characters; a font named kapl is provided on the web site for that purpose.

  1. ^ "A+ Reference: Appendix: Quick Reference". Archived from the original on 2020-02-24. Retrieved 2020-02-06.
  2. ^ "A+: History of A+". www.aplusdev.org. Archived from the original on June 19, 2002. Retrieved 2019-01-18.