Differences between revisions 1 and 23 (spanning 22 versions)
Revision 1 as of 2008-09-23 12:53:01
Size: 3299
Editor: SimonMarsden
Comment:
Revision 23 as of 2009-07-27 07:46:44
Size: 5839
Editor: KaiJaeger
Comment: Draft only
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
*****************************************************************************

* UNDER CONSTRUCTION

* The material in this tutorial is currently being converted to Wiki format

*****************************************************************************
{{{#!html
<div class="borderlesstable">
}}}
||<tableclass="borderlesstable">Back ||[[LearnApl/TutorialContents|Contents]] ||[[LearnApl/TutorialContents|Next]]> ||
Line 10: Line 7:
{{{#!html
</div>
}}}
Line 11: Line 11:
<<TableOfContents>>
||'''Note to contributors:''' Additions and corrections to this tutorial are welcome. Please keep in mind that it tries to be vendor neutral : where possible examples should work in any version of APL. Please make it clear when code is specific to a particular interpreter. ||



Line 13: Line 19:
It was originally written to accompany MicroAPL's APLX interpreter, and is available in PDF form [[http://www.microapl.co.uk/apl/|here]]. It is adapted from an original version written to accompany MicroAPL's APLX interpreter which is available in [[http://www.microapl.co.uk/apl/LearningAPLwithAPLX.pdf|PDF form]].

{{{#!wiki comment
This is going life as soon as the remaining problem with chapter 14 (Formatting issues) are solved:
Line 17: Line 26:
 * [[http://www.microapl.co.uk/apl/|APLX]] from MicroAPL <<BR>>
||<tablebgcolor="#ffe">'''Dialect'''||'''Checked'''||'''By'''||
||[[http://www.microapl.co.uk/apl/|APLX]] from MicroAPL|| (./) || SimonMarsden||
||[[http://www.dyalog.com/|Dyalog]] APL|| (./) ||KaiJaeger||
||[[http://www-01.ibm.com/software/awdtools/apl/|APL2]] from IBM|| || ||
||[[http://www.apl2000.com/|APL+Win]] from APL2000|| || ||
||[[http://www.nars2000.org/|NARS2000]] see [[Nars2000]]|| (./) ||KaiJaeger||
Line 19: Line 34:
 * [[http://www.dyalog.com/|Dyalog]] APL }}}
Line 21: Line 36:
 * [[http://www-01.ibm.com/software/awdtools/apl/|APL2]] from IBM The core APL language is similar in all these products, although each vendor has added proprietory extensions. Where code is specific to a particular APL interpreter it will usually be indicated in the text.
Line 23: Line 38:
 * [[http://www.apl2000.com/|APL+Win]] from APL2000

The core APL language is similar in all these products, although each vendor has added proprietory extensions. Where code is specific to a particular APL interpreter it will be indicated in the text.
Once you're familiar with the material covered here, you might also want to check out [[LearnMoreApl/FurtherTopics|Further Topics in APL]] which covers some more advanced topics.
Line 28: Line 41:
The APL tutorial will be most effective if you actually try the example code in an APL interpreter. The APL tutorial will be most effective if you actually try the example code in an APL interpreter. Several vendors provide free or low cost evaluation licenses:
Line 30: Line 43:
To download a time-limited evaluation copy of APLX for Windows, Macintosh or Linux, visit MicroAPL's [[http://www.microapl.co.uk/apl/aplx_downloads.html|Download page]] To download a time-limited evaluation copy of APLX for Windows, Macintosh or Linux, visit MicroAPL's [[http://www.microapl.co.uk/apl/aplx_downloads.html|Download page]]. You can also download an older Linux version which is free for personal use.

To apply for a free educational license, or a cheap (£50/€75) non-commercial copy of Dyalog APL visit Dyalog's [[http://www.dyalog.com/download-zone.htm|Download zone]]

NARS2000, an Open Source APL, does not compete against the commercially available APL implementations, but it is a fully-fledged APL implementation. Apart from the last chapter (15) you can do everything mentioned in this tutorial with NARS2000.

APL2000 and IBM offer their respective interpreters 'free' to educational establishments - contact them via their web site.

A time limited evaluation copy of Visual APL is available (this requires Visual Studio 2008) - see [[http://www.apl2000.com|www.apl2000.com]].

The [[FinnAplIdiomLibrary|Finn APL Idiom library]] (for first generation APL) and IBM's APL2 Phrases (for second generation APL) are useful references for students and professionals alike.
Line 33: Line 56:
To display the material in this tutorial properly, you need to ensure that (a) your browser can correctly handle Unicode (UTF-8) encoding, and (b) that you have a suitable APL Unicode font installed on your system. To display the material in this tutorial properly, you need to ensure that

 *
your browser can correctly handle Unicode (UTF-8) encoding
 *
you have a suitable APL '''Unicode''' font installed on your system. Note that non-Unicode APL fonts like "Dyalog Std" or "Causeway" won't work!
Line 37: Line 63:
APL code on this Wiki is encoded using Unicode. It should display correctly provided you have at least one of these APL fonts installed on your system: APL code on this Wiki is encoded using Unicode UTF-8. It should display correctly provided you have at least one of these APL fonts installed on your system:
Line 39: Line 65:
 * Adrian Smith's APL385 Unicode font (http://www.vector.org.uk/resource/apl385.ttf)
Line 40: Line 67:
 * MicroAPL's APLX Upright Unicode font (http://www.microapl.co.uk/download/aplx_unicode.ttf). If you have installed a desktop version of APLX (full or evaluation copy), you will have this font installed already.
Line 41: Line 69:
 * MicroAPL's APLX Upright Unicode font ([[http://www.microapl.co.uk/download/aplx_unicode.ttf|http://www.microapl.co.uk/download/aplx_unicode.ttf]]). If you have installed a desktop version of APLX (full or evaluation copy), you will have this font installed already.  * IBM's "Courier APL2" font which comes with APL2.
Line 43: Line 71:
 * Adrian Smith's APL385 Unicode font ([[http://www.vector.org.uk/resource/apl385.ttf|http://www.vector.org.uk/resource/apl385.ttf]])  * Phil Chastney's "SiMPL" font.
Line 45: Line 73:
 * Phil Chastney's "SiMPL medium" font which can be downloaded from the AplCharacters page. NARS2000 is using this font.
Line 46: Line 75:
The fonts are listed in the order in which the APL wiki tries to make use of them. Of course this has an impact only if you have installed more than one font.
Line 47: Line 77:
If you don't have either of these fonts installed, the Wiki's style sheets are set to fall back on Microsoft's Arial font, which does have the APL characters but is not a monospaced font. This means that code samples will display the correct characters, but may not be aligned correctly. If you don't have either of these fonts installed, the Wiki's style sheets are set to fall back on Microsoft's Arial font. Some versions of this font (e.g. the "Arial Unicode MS" version which ships with the international support component of MS Office) do have the APL characters, but it is not a monospaced font. This means that code samples will display the correct characters, but may not be aligned correctly.
Line 49: Line 79:
If you do not have any of the APL fonts listed nor Microsoft's Arial font, APL characters will not display properly. If you do not have either of the APL fonts listed nor a suitable version of Microsoft's Arial font, APL characters will not display properly.
Line 54: Line 84:
    X 3 3½÷¼9  ª Y DATA[DATA] © A comment     X 3 3÷9 Y DATA[DATA] A comment
Line 58: Line 88:
||{{attachment:apl_font_ok.jpg}}|| || {{attachment:apl_font_ok.jpg}} ||
Line 60: Line 90:
If it looks more like this then you do not have the APL font installed:
Line 62: Line 91:
||{{attachment:apl_font_bad.jpg}}||
Line 64: Line 92:

(this is a picture, not text; it will '''always''' display APL chars)

If it looks more like this then you do not have an appropriate APL font installed:

|| {{attachment:apl_font_bad.jpg}} ||




{{{#!html
<div class="borderlesstable">
}}}
||<tableclass="borderlesstable">Back ||[[LearnApl/TutorialContents|Contents]] ||[[LearnApl/TutorialContents|Next]]> ||


{{{#!html
</div>
}}}
Line 65: Line 112:
[[LearnApl/TutorialContents|Next]] >
Line 67: Line 113:
&nbsp;
&nbsp;

CategoryAboutApl&nbsp;&nbsp;CategoryGuides&nbsp;&nbsp;CategoryAplX
CategoryAboutApl CategoryGuides CategoryAplx

Back

Contents

Next>

Learning APL

Note to contributors: Additions and corrections to this tutorial are welcome. Please keep in mind that it tries to be vendor neutral : where possible examples should work in any version of APL. Please make it clear when code is specific to a particular interpreter.

This tutorial aims to teach some of the basics of the APL language.

It is adapted from an original version written to accompany MicroAPL's APLX interpreter which is available in PDF form.

The core APL language is similar in all these products, although each vendor has added proprietory extensions. Where code is specific to a particular APL interpreter it will usually be indicated in the text.

Once you're familiar with the material covered here, you might also want to check out Further Topics in APL which covers some more advanced topics.

Trying APL

The APL tutorial will be most effective if you actually try the example code in an APL interpreter. Several vendors provide free or low cost evaluation licenses:

To download a time-limited evaluation copy of APLX for Windows, Macintosh or Linux, visit MicroAPL's Download page. You can also download an older Linux version which is free for personal use.

To apply for a free educational license, or a cheap (£50/€75) non-commercial copy of Dyalog APL visit Dyalog's Download zone

NARS2000, an Open Source APL, does not compete against the commercially available APL implementations, but it is a fully-fledged APL implementation. Apart from the last chapter (15) you can do everything mentioned in this tutorial with NARS2000.

APL2000 and IBM offer their respective interpreters 'free' to educational establishments - contact them via their web site.

A time limited evaluation copy of Visual APL is available (this requires Visual Studio 2008) - see www.apl2000.com.

The Finn APL Idiom library (for first generation APL) and IBM's APL2 Phrases (for second generation APL) are useful references for students and professionals alike.

Installing the APL font

To display the material in this tutorial properly, you need to ensure that

  • your browser can correctly handle Unicode (UTF-8) encoding
  • you have a suitable APL Unicode font installed on your system. Note that non-Unicode APL fonts like "Dyalog Std" or "Causeway" won't work!

Most modern Browsers (such as Internet Explorer 6 or later, Firefox v2 or later, Safari v3 or later) should be fine. However, we have found problems using Firefox v2 on the Macintosh (the Windows version is OK, and Firefox v3 on the Macintosh is OK).

APL code on this Wiki is encoded using Unicode UTF-8. It should display correctly provided you have at least one of these APL fonts installed on your system:

The fonts are listed in the order in which the APL wiki tries to make use of them. Of course this has an impact only if you have installed more than one font.

If you don't have either of these fonts installed, the Wiki's style sheets are set to fall back on Microsoft's Arial font. Some versions of this font (e.g. the "Arial Unicode MS" version which ships with the international support component of MS Office) do have the APL characters, but it is not a monospaced font. This means that code samples will display the correct characters, but may not be aligned correctly.

If you do not have either of the APL fonts listed nor a suitable version of Microsoft's Arial font, APL characters will not display properly.

Here's a sample of text which should display in the APL font:

    X ← 3 3⍴÷⍳9 ⋄ Y ← DATA[⍋DATA] ⍝ A comment

It should appear in your browser something like this:

apl_font_ok.jpg

(this is a picture, not text; it will always display APL chars)

If it looks more like this then you do not have an appropriate APL font installed:

apl_font_bad.jpg

Back

Contents

Next>


CategoryAboutApl CategoryGuides CategoryAplx

LearnApl/LearningApl (last edited 2018-01-17 09:25:47 by ErikKonstantopoulos)