Jump to content

APL: Difference between revisions

From EDM2
No edit summary
Line 17: Line 17:


==ECMAScript based implementations of APL==
==ECMAScript based implementations of APL==
* [https://github.com/ngn/apl NGN APL] - Not complete yeat, but works - Open source - Current
* [https://github.com/ngn/apl NGN APL] - Not complete yet, but works - Open source - Current


==Publications==
==Publications==

Revision as of 01:24, 22 March 2016

A symbolic notation language invented by Kenneth E. Iverson at IBM and first placed on the market in 1964, originally simply "A Programming Language" but some use the APL name as a class distinction and in that case it means "Array Processing Language". Because of the requirements for an extended character set for the language, APL was traditionally delivered in a hardware/software combination rather that as just a software development package, you can in fact still get keyboards specifically made for APL.

Most IBM implementation of the language are APL2, an IBM developed superset that was primarily designed by Dr Jim Brown, improvements mostly relate to nested arrays. Original inventor Iverson left IBM and vent on create a language called simply J that implemented what he saw as the future of APL by adding functional extensions taken from the FP language and later variant FL, other language based on APL include A, A+, K and Nial.

In the 70's IBM and Western Illinois University had an experimental CAI (Computer Aided Instruction) system that was basically an APL system with the PILOT-73 language bolted on that was simply called "The PILOT/APL CAI system".

A list of OS/2 implementations of APL

A list of DOS implementations of APL

  • microAPL (1982) - University of Waterloo
  • APL*Plus/PC (1982) - STSC Inc.
  • IBM PC APL Version 1.0 (1983)

ECMAScript based implementations of APL

  • NGN APL - Not complete yet, but works - Open source - Current

Publications

  • Zdeněk V. Jizba: The time is ripe for a dyadic execute "ACM SIGAPL APL" Volume 19 Issue 2, Dec. 1988, Page 5
  • Zdeněk V. Jizba: Introducing APL to Teachers, "Vector - The journal of the British APL Association" vol 8, issue 3, page 19
  • Zdeněk V. Jizba: Science Education in California, "Vector - The journal of the British APL Association" vol 8, issue 2, page 22
  • Zdeněk V. Jizba: Object Oriented Programming and APL, "Vector - The journal of the British APL Association" vol 7, issue 3, page 108
  • Zdeněk V. Jizba: Problems for APL Buffs (III), "Vector - The journal of the British APL Association" vol 7, issue 3, page 140
  • Zdeněk V. Jizba: Problems for APL Buffs (II), "Vector - The journal of the British APL Association" vol 6, issue 4, page 117
  • Zdeněk V. Jizba: Problems for APL Buffs (I), "Vector - The journal of the British APL Association" vol 6, issue 3, page 109
  • Zdeněk V. Jizba: Generic Local Objects, "Vector - The journal of the British APL Association" vol 5, issue 3, page 103

Local articles

Tutorials and other learning material

Links

USENET

Standards

APL history