Differences between revisions 4 and 5
Revision 4 as of 2009-04-09 09:14:09
Size: 1813
Editor: SimonMarsden
Comment:
Revision 5 as of 2009-06-09 14:56:24
Size: 0
Editor: SimonMarsden
Comment: Duplicate with bad name
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
{{{#!html
<div class="borderlesstable">
}}}
||<tableclass="borderlesstable">Back || Contents || [[../Display|Next]]>||
{{{#!html
</div>
}}}
= 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 [[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

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

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

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

Where this is not the case you are encouraged to step in and update the Wiki !

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

 * [[LearnMoreApl/ArrayTypeAndPrototype|Array Type and Prototype]]

 * [[LearnMoreApl/VectorNotation|Vector Notation]]

 * [[LearnMoreApl/Indexing|Variables and Indexing]]

 * [[LearnMoreApl/MultipleSpecification|Multiple Specification]]

 * [[LearnMoreApl/SelectiveSpecification|Selective Specification]]

 * [[LearnMoreApl/BindingStrengths|Binding Strengths]]

 * [[LearnMoreApl/PervasiveFunctions|Pervasive Functions]]

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

----
CategoryAboutApl - CategoryGuides - CategoryAplx

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