Differences between revisions 5 and 17 (spanning 12 versions)
Revision 5 as of 2009-06-09 14:56:24
Size: 0
Editor: SimonMarsden
Comment: Duplicate with bad name
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

{{{#!html
<div class="borderlesstable">
}}}
||<tableclass="borderlesstable">Back || Contents || [[../Display|Next]]>||
{{{#!html
</div>
}}}
= Further Topics in APL =

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:

 * [[http://www.dyalog.com/|Dyalog]] APL

 * [[http://www-01.ibm.com/software/awdtools/apl/|APL2]] from IBM

 * [[http://www.apl2000.com/|APL+Win]]

Where this is not the case this is explicitly stated.

== Contents ==
 1. [[LearnMoreApl/Display|Displaying the shape of an array]]

 2. [[LearnMoreApl/ArrayTypeAndPrototype|Array Type and Prototype]]

 3. [[LearnMoreApl/VectorNotation|Vector Notation]]

 4. [[LearnMoreApl/Indexing|Variables and Indexing]]

 5. [[LearnMoreApl/MultipleSpecification|Multiple Specification]]

 6. [[LearnMoreApl/SelectiveSpecification|Selective Specification]]

 7. [[LearnMoreApl/BindingStrengths|Binding Strengths]]

 8. [[LearnMoreApl/PervasiveFunctions|Pervasive Functions]]

 9. [[LearnMoreApl/AplClasses|OO, Classes and Inheritance]]

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

----
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)