Learning resources: Difference between revisions
No edit summary |
|||
Line 11: | Line 11: | ||
* The [https://tryapl.org/?tab=3 Learn tab on TryAPL] | * The [https://tryapl.org/?tab=3 Learn tab on TryAPL] | ||
* The book [[Mastering Dyalog APL]] by Bernard Legrand | * The book [[Mastering Dyalog APL]] by Bernard Legrand | ||
* The book [https://archive.org/details/apl-2-at-a-glance-brown-pakin-polivka/ APL2 at a Glance] by [[Jim Brown]], Sandra Pakin, and [[Ray Polivka]] (also [https://www.blitter.com/nextcloud/index.php/s/8cj5JMAxsrCc4Wd#pdfviewer in German]) | |||
* [http://www.microapl.com/apl/learn_apl.html Learning APL with APLX] (also [http://www.microapl.com/apl/LearningAPLwithAPLX.pdf as PDF]) | * [http://www.microapl.com/apl/learn_apl.html Learning APL with APLX] (also [http://www.microapl.com/apl/LearningAPLwithAPLX.pdf as PDF]) | ||
* The [https://tutorial.dyalog.com Zark APL Tutor] | * The [https://tutorial.dyalog.com Zark APL Tutor] | ||
Line 26: | Line 27: | ||
This is a list of tutorials and other resources of interest to someone who knows about programming or is familiar with another programming language, but wants to learn more about APL. | This is a list of tutorials and other resources of interest to someone who knows about programming or is familiar with another programming language, but wants to learn more about APL. | ||
<div style="column-width: | <div style="column-width:40em"> | ||
* APL Wiki's [[advanced examples]] | * APL Wiki's [[advanced examples]] | ||
* APL Wiki's [[Books]] | * APL Wiki's [[Books]] | ||
Line 35: | Line 36: | ||
* [https://github.com/nooodl/learnxinyminutes-docs/blob/master/apl.apl Learn X in Y minutes] | * [https://github.com/nooodl/learnxinyminutes-docs/blob/master/apl.apl Learn X in Y minutes] | ||
* [https://codeburst.io/lets-learn-a-programming-language-5f374e4abae5 Let's Learn A Programming Language] | * [https://codeburst.io/lets-learn-a-programming-language-5f374e4abae5 Let's Learn A Programming Language] | ||
* The [[Mastering Dyalog APL]] book | * The book [[Mastering Dyalog APL]] by Bernard Legrand | ||
* [https://tutorial.dyalog.com/ Zark tutorial] | * The book [https://archive.org/details/apl-2-at-a-glance-brown-pakin-polivka/ APL2 at a Glance] by [[Jim Brown]], Sandra Pakin, [[Ray Polivka]] (also [https://www.blitter.com/nextcloud/index.php/s/8cj5JMAxsrCc4Wd#pdfviewer in German])* [https://tutorial.dyalog.com/ Zark tutorial] | ||
* [https://github.com/vendethiel/trying.apl Trying APL] | * [https://github.com/vendethiel/trying.apl Trying APL] | ||
* [https://www.youtube.com/playlist?list=PLgTqamKi1MS3p-O0QAgjv5vt4NY5OgpiM Learn APL with neural networks] (video series) | * [https://www.youtube.com/playlist?list=PLgTqamKi1MS3p-O0QAgjv5vt4NY5OgpiM Learn APL with neural networks] (video series) | ||
Line 46: | Line 47: | ||
== For novice APLers == | == For novice APLers == | ||
* [https://www.blitter.com/nextcloud/index.php/s/2Wg3HNWHRiYb5K7#pdfviewer APL2 in Depth] by Norman Thomson and [[Ray Polivka]] | |||
* [http://robertson.uk.net/Files/APL3&4.pdf A Practical Introduction to APL 3 & 4] | * [http://robertson.uk.net/Files/APL3&4.pdf A Practical Introduction to APL 3 & 4] |
Revision as of 16:37, 14 June 2021
|
To facilitate self-study, the resources here are classified by target audience. However, if you get stuck, don't hesitate to request help in the APL Orchard chat room or ask a question on Stack Exchange.
For non-programmers
Some of the best resources for somebody new to APL and programming in general are:
- APL Wiki's simple examples
- The Learn tab on TryAPL
- The book Mastering Dyalog APL by Bernard Legrand
- The book APL2 at a Glance by Jim Brown, Sandra Pakin, and Ray Polivka (also in German)
- Learning APL with APLX (also as PDF)
- The Zark APL Tutor
- APL a Day: Introduction, Functions, Arrays, Values, Arrays have Shape
- A Practical Introduction to APL 1 & 2 (3 & 4 is for experts)
- Découvrez le langage APL: parts 1, 2, 3 by Eric Schrafstetter (in French)
- Learn APL with neural networks (video series)
- MENACE in APL (An early Reinforcement Learning project reimplemented in APL)
- The tutorial from the old APL Wiki
- APLtrainer tutorials (video series)
Follow one or a couple of these tutorials through and play around a bit. To learn APL the advice is similar to that for learning other languages: have a goal (something you want to accomplish) and try to do it. Along the way you are sure to come across the pitfalls and gotchas of the language, and with time you may come to understand what APL thinking means.
For programmers unfamiliar with APL
This is a list of tutorials and other resources of interest to someone who knows about programming or is familiar with another programming language, but wants to learn more about APL.
- APL Wiki's advanced examples
- APL Wiki's Books
- APL Wiki's Papers
- APL Cultivation (chat lessons)
- TryAPL online interpreter with lessons
- APL Workshop (self-study course)
- Learn X in Y minutes
- Let's Learn A Programming Language
- The book Mastering Dyalog APL by Bernard Legrand
- The book APL2 at a Glance by Jim Brown, Sandra Pakin, Ray Polivka (also in German)* Zark tutorial
- Trying APL
- Learn APL with neural networks (video series)
- Artificial Neural Networks
- FizzBuzz
- APL deserves its renaissance too (interactive explanation of John Scholes' Conway's Game of Life)
- An Introduction to APL (video)
For novice APLers
- APL2 in Depth by Norman Thomson and Ray Polivka
- Learn APL with neural networks (video series)
If you already have a fair grasp of APL's primitive functions and operators, you can sharpen your skills by challenging yourself with these:
- APLcart Quiz: Be challenged to write a function for a given task or to explain what a given function does. (Based on APLcart data.)
- 2016 Year Game: Find APL expressions involving exactly the digits 2 0 1 6 in that order to equal the numbers 0 to 100.
- 2017 Code Golf Challenge: Find the shortest possible APL expression that evaluates 1…52 without using any number or character literals.
- Previous years' problems from the APL Problem Solving Competition. Phase I problems are available with automated testing.
- APL-eusis: A game for honing your ability to "think in APL".
- Advent of Code: A collection of small programming puzzles.
For advanced APLers
Here is a list of "how-to"s on various subjects:
- Learn APL with neural networks (video series)
Haven't used APL in a while?
Those who learned APL "in the early days" should note that several implementations have made significant extensions to the language and system in the last decade or two.
- General video: Dyalog APL for other APL users (assignment, control structures, namespaces, migration level, Bind, user-defined operators, dfns, error trapping, shyness, namelists, GCD, LCM, Power operator, and more)
- New primitive functions:
⊢
Same, Right;⊣
Same, Left;⌷
Materialise, Index;≡
Depth, Match;≢
Tally, Not Match;≠
Nub Sieve;⍸
Where, Interval Index;⊆
Nest, Partition
- New primitive operators:
⍨
Commute, Constant;@
At;∘
Bind, Beside;⍤
Atop, Rank;⍥
Over;⍤
Rank;⌸
Key;⌺
Stencil;⍠
Variant;&
Spawn
- Lambdas (dfns): Intro; Details; Operators; The dfns workspace (collection of categorized utilities with extensive comments and notes)
- Tacit programming: Dyalog APL documentation: Intro; Details; short video; long video; APL Cultivation lesson; Function composition
- Other features and concepts: Keywords; Object-oriented programming; namespaces; Total array ordering; Leading axis theory; Complex numbers
APL development [edit] | |
---|---|
Interface | Session ∙ Typing glyphs (on Linux) ∙ Fonts ∙ Text editors |
Publications | Introductions ∙ Learning resources ∙ Simple examples ∙ Advanced examples ∙ Mnemonics ∙ ISO 8485:1989 ∙ ISO/IEC 13751:2001 ∙ A Dictionary of APL ∙ Case studies ∙ Documentation suites ∙ Books ∙ Papers ∙ Videos ∙ APL Quote Quad ∙ Vector journal ∙ Terminology (Chinese, German) ∙ Neural networks ∙ Error trapping with Dyalog APL (in forms) |
Sharing code | Backwards compatibility ∙ APLcart ∙ APLTree ∙ APL-Cation ∙ Dfns workspace ∙ Tatin ∙ Cider |
Implementation | Resources ∙ Open-source ∙ Magic function ∙ Performance ∙ APL hardware |
Developers | Timeline of corporations ∙ APL2000 ∙ Dyalog ∙ IBM ∙ IPSA ∙ STSC |