Intermediate Tutorials¶
These tutorials cover MARPLE's distinctive features. They assume you're comfortable with basic APL (arrays, scalar functions, reduce, dfns) — either from the beginner tutorials or from experience with another APL.
- The Rank Operator Step by Step — the most important feature MARPLE adds to first-generation APL
- Indexing with From — leading-axis selection that composes with rank
- Direct Functions in Depth — guards, recursion, closures, and patterns
- Direct Operators — writing your own higher-order tools
- Workspaces and Namespaces — organising code, the standard library, and imports