Differences between revisions 11 and 17 (spanning 6 versions)
Revision 11 as of 2009-08-21 13:11:56
Size: 1898
Editor: KaiJaeger
Comment:
Revision 17 as of 2017-02-16 18:48:12
Size: 1581
Editor: KaiJaeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#acl AutoAdminGroup:read,write,admin,delete,revert All:read ## #acl AutoAdminGroup:read,write,admin,delete,revert All:read
Line 12: Line 12:
|| '''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 page covers some additional, more advanced topics not explored fully in the [[LearnApl/LearningApl|APL tutorial]]. It is adapted from original material written to accompany MicroAPL's APLX interpreter, but the present version has been slightly modified so that examples should work with a number of APLs, including:

 * [[http://www.microapl.co.uk/apl/|APLX]] from MicroAPL
This page covers some additional, more advanced topics not explored fully in the [[LearnApl/LearningApl|APL tutorial]]. It is adapted from original material written to accompany MicroAPL's APLX interpreter (not available any more), but the present version has been slightly modified so that examples should work with a number of APLs, including:
Line 22: Line 18:
 * [[http://www.apl2000.com/|APL+Win]] and VisualAPL from APL2000  * [[http://www.apl2000.com/|APL+Win]]
Line 24: Line 20:
Where this is not the case you are encouraged to step in and update the Wiki ! Where this is not the case this is explicitly stated.
Line 43: Line 39:
 9. [[LearnMoreApl/AplClasses|OO, Classes and Inheritance]]
Line 52: Line 50:
CategoryAboutApl - CategoryGuides - CategoryAplx CategoryAboutApl - CategoryGuides

Back

Contents

Next>

Further Topics in APL

This page covers some additional, more advanced topics not explored fully in the APL tutorial. It is adapted from original material written to accompany MicroAPL's APLX interpreter (not available any more), but the present version has been slightly modified so that examples should work with a number of APLs, including:

Where this is not the case this is explicitly stated.

Contents

  1. Displaying the shape of an array

  2. Array Type and Prototype

  3. Vector Notation

  4. Variables and Indexing

  5. Multiple Specification

  6. Selective Specification

  7. Binding Strengths

  8. Pervasive Functions

  9. OO, Classes and Inheritance

Back

Contents

Next>


CategoryAboutApl - CategoryGuides

LearnMoreApl/FurtherTopics (last edited 2017-02-16 18:48:12 by KaiJaeger)