Which APL?

Where to start — and with which APL? There are several to choose from.

Self-starters

If you have no prior experience with an APL, no teacher and no textbook, download NARS2000, an Open Source APL interpreter, and make use of the excellent APL Tutorial on the APL wiki.

Classic APL

Open source

NARS2000 is an Open Source APL which is strongly suggested for looking into the language as such. It does not come with any OO-features, this is subject to the commercial implementation.

A+ is an APL originally developed by Arthur_Whitney for financial-markets applications at Morgan Stanley, an American investment bank, where it has been used since the mid-1980s, and subsequently released under GNU Public Licence at aplusdev.org. The BAA built a Windows version of A+, which you can download from the BAA A+ project.

Commercial APLs

Interpreted APLs

are primarily used for commercial programming and run on a variety of PC and mainframe platforms; see SupportedPlatforms for details.

They are extensively documented but some offer little material to support new programmers. They are shipped with many features to assist working programmers and are excellent tools for general programming.

Compiled APLs

Visual APL is an object-oriented, Unicode-based APL implementation which is fully-integrated with Microsoft_Visual_Studio and produces truly managed code which fully inter-operates with any other .Net language, such as C# and VB.Net. An extensive collection of sample applications and detailed examples for VisualAPL are available at VisualAPL Forum

Pricing

While licences for these implementations typically cost several hundred pounds/euros/dollars, some vendors (e.g. APL2000 [both APL+Win and VisualAPL], Dyalog and IBM) offer licences for educational purposes either free or at large discount.

Pricing varies quite widely. For example, some APL vendors require you to purchase an annual developer licence; other vendors sell APL as a one-off transaction, and only charge for upgrades. In addition, some APL vendors charge a fee for a runtime licence (required when distributing your own applications written in APL); for other vendors the runtime licence is free. If price is important you are advised to shop around.

Other members of the APL family

J

J is Ken Iversons latest attempt to improve APL. J is certainly closely related to APL, but in the view of some people it is not an APL dialect. For details see the J wiki

K and Q

K and Q are the latest APLs from Arthur Whitney, tuned for fast execution and very large database queries. It sees most use in financial markets, where server licences sell for tens of thousands of dollars. Educational licences are available for teaching; contact KX Systems.

Note that K is really the language while Q is just a layer on top of it that uses English keywords for the primitives.

Documentation

There are some excellent books available addressing the needs of beginners as well as advanced programmers. Look at BooksAndPublications for a list.


CategoryGuides

WhichApl (last edited 2017-02-16 17:49:14 by KaiJaeger)