Differences between revisions 10 and 11
Revision 10 as of 2007-03-10 20:33:16
Size: 2969
Comment:
Revision 11 as of 2007-03-10 20:33:49
Size: 2952
Comment:
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:
'''A+''' is an APL originally developed by [wiki:WikiPedia/Arthur_Whitney 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 [http://www.aplusdev.org aplusdev.org]. The BAA built a '''Windows version of A+''', which you can download from the [http://www.vector.org.uk/aflat/ BAA A+ project]. '''A+''' is an APL originally developed by wiki:WikiPedia/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 [http://www.aplusdev.org aplusdev.org]. The BAA built a '''Windows version of A+''', which you can download from the [http://www.vector.org.uk/aflat/ BAA A+ project].

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, your best bet is J from [http://www.jsoftware.com Jsoftware]. You can [http://www.jsoftware.com/download_systems.htm download] it free on a variety of platforms, including the Windows, Macs, Linux and the PocketPC. It requires no special fonts or keyboard mappings, and comes with substantial tutorial materials and the [wiki:JWiki/FrontPage J Wiki].

There are contemporary [wiki:Jwiki/Books textbooks] for both the language itself and its use in mathematics. The [http://www.jsoftware.com/forums.htm J Forum] is active, and helps and encourages new J programmers.

Classic APL

There are no textbooks on the other modern APLs; J is an honourable exception. The classic textbooks tell nothing about important features of modern APLs such as object-oriented GUI support, control structures, .NET interfaces, direct definition, namespaces and user-defined operators. But if you have a classic textbook, such as Gilman & Rose, you can use it to learn the basics of the language.

In this case, you will find the ISO-standard APL I-APL for Windows will serve you very well. You can [attachment:iapl111.zip download] it here.

Open source

A+ is an APL originally developed by wiki:WikiPedia/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 [http://www.aplusdev.org aplusdev.org]. The BAA built a Windows version of A+, which you can download from the [http://www.vector.org.uk/aflat/ BAA A+ project].

Industrial strength

[http://www-306.ibm.com/software/awdtools/apl/ APL2], [http://www.apl2000.com/ APL2000], [http://www.microapl.co.uk/apl/ APLX], [http://www.dyalog.com Dyalog APL] and [http://www.soliton.com/services_sharp.html SHARP APL] are primarily used for commercial programming and run on a variety of PC and mainframe platforms. They are extensively documented but offer little material to support new programmers. They are shipped with many features to assist working programmers and are excellent tools for general programming.

While licences for these interpreters typically cost several hundred pounds, some vendors (eg Dyalog and IBM) offer licences for educational purposes either free or at large discount. MicroAPL and Soliton Associates offer free personal versions of (respectively) APLX and SHARP APL for Linux.

Q is the latest APL 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 [http://www.kx.com/ KX Systems].


CategoryGuides

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