Differences between revisions 1 and 12 (spanning 11 versions)
Revision 1 as of 2009-04-07 15:49:40
Size: 1810
Editor: SimonMarsden
Comment:
Revision 12 as of 2009-08-24 12:24:01
Size: 1871
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
Line 4: Line 6:
||<tableclass="borderlesstable">Back || Contents || [[../DisplayFunction|Next]]>|| ||<tableclass="borderlesstable">Back || Contents || [[../Display|Next]]>||
Line 20: Line 22:
 * [[http://www.apl2000.com/|APL+Win]] from APL2000  * [[http://www.apl2000.com/|APL+Win]]
Line 22: Line 24:
Where this is not the case you are encouraged to step in an update the Wiki! Where this is not the case you are encouraged to step in and update the Wiki !
Line 25: Line 27:
 * [[LearnMoreApl/Display|Displaying the shape of an array]]  1. [[LearnMoreApl/Display|Displaying the shape of an array]]
Line 27: Line 29:
 * [[LearnMoreApl/ArrayTypeAndPrototype|Array Type and Prototype]]  2. [[LearnMoreApl/ArrayTypeAndPrototype|Array Type and Prototype]]
Line 29: Line 31:
 * [[LearnMoreApl/VectorNotation|Vector Notation]]  3. [[LearnMoreApl/VectorNotation|Vector Notation]]
Line 31: Line 33:
 * [[LearnMoreApl/Indexing|Variables and Indexing]]  4. [[LearnMoreApl/Indexing|Variables and Indexing]]
Line 33: Line 35:
 * [[LearnMoreApl/MultipleSpecification|Multiple Specification]]  5. [[LearnMoreApl/MultipleSpecification|Multiple Specification]]
Line 35: Line 37:
 * [[LearnMoreApl/SelectiveSpecification|Selective Specification]]  6. [[LearnMoreApl/SelectiveSpecification|Selective Specification]]
Line 37: Line 39:
 * [[LearnMoreApl/BindingStrengths|Binding Strengths]]  7. [[LearnMoreApl/BindingStrengths|Binding Strengths]]
Line 39: Line 41:
 * [[LearnMoreApl/PervasiveFunctions|Pervasive Functions]]  8. [[LearnMoreApl/PervasiveFunctions|Pervasive Functions]]
Line 44: Line 46:
||<tableclass="borderlesstable">Back || Contents || [[../DisplayFunction|Next]]>|| ||<tableclass="borderlesstable">Back || Contents || [[../Display|Next]]>||
Line 50: Line 52:
CategoryAboutApl - CategoryAplx CategoryAboutApl - CategoryGuides - CategoryAplx

Back

Contents

Next>

Further Topics in 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 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 you are encouraged to step in and update the Wiki !

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

Back

Contents

Next>


CategoryAboutApl - CategoryGuides - CategoryAplx

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