Differences between revisions 14 and 15
Revision 14 as of 2009-09-10 23:13:18
Size: 1909
Editor: KaiJaeger
Comment:
Revision 15 as of 2009-09-10 23:14:54
Size: 1626
Editor: KaiJaeger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:

|| '''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. ||

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, 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 - CategoryAplx

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