Differences between revisions 9 and 10
Revision 9 as of 2007-03-07 15:05:16
Size: 385
Comment:
Revision 10 as of 2007-03-07 17:28:22
Size: 774
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
APL is using a special character set instead of keywords. For details look at SpecialCharacters. APL is A Programming Language, derived from a mathematical notation developed at Harvard in the 1950s and published in a book of the same name by {wiki:WikiPedia:Kenneth_E._Iverson Kenneth E. Iverson].

It is distinguished by
 * extreme terseness
 * defining its primitives over arrays
 * the use of [SpecialCharacters special glyphs] to denote its primitive functions
 * extensive use of higher-order functions

== Further reading ==
Line 6: Line 14:
 * AplHistory

----
CategoryAboutApl

APL is A Programming Language, derived from a mathematical notation developed at Harvard in the 1950s and published in a book of the same name by {wiki:Kenneth_E._Iverson Kenneth E. Iverson].

It is distinguished by

  • extreme terseness
  • defining its primitives over arrays
  • the use of [SpecialCharacters special glyphs] to denote its primitive functions

  • extensive use of higher-order functions

Further reading


CategoryAboutApl

AboutApl (last edited 2009-03-11 09:22:02 by KaiJaeger)