Learning resources: Difference between revisions
No edit summary |
|||
Line 12: | Line 12: | ||
* The [https://tutorial.dyalog.com Zark APL Tutor] | * The [https://tutorial.dyalog.com Zark APL Tutor] | ||
* APL a Day: [https://www.sacrideo.us/apl-a-day-0-introduction/ Introduction], [https://www.sacrideo.us/apl-a-day-1-functions/ Functions], [https://www.sacrideo.us/apl-a-day-2-arrays-values/ Arrays, Values], [https://www.sacrideo.us/apl-a-day-3-arrays-have-shape/ Arrays have Shape] | * APL a Day: [https://www.sacrideo.us/apl-a-day-0-introduction/ Introduction], [https://www.sacrideo.us/apl-a-day-1-functions/ Functions], [https://www.sacrideo.us/apl-a-day-2-arrays-values/ Arrays, Values], [https://www.sacrideo.us/apl-a-day-3-arrays-have-shape/ Arrays have Shape] | ||
* | * [http://robertson.uk.net/Files/APL1&2.pdf A Practical Introduction to APL 1 & 2] (3 & 4 is [[#For novice APLers|for experts]]) | ||
* Découvrez le langage APL : [https://www.youtube.com/watch?v=Nxq1BUUXobM part 1], [https://www.youtube.com/watch?v=s-E7BsMg_Qc part 2], [https://www.youtube.com/watch?v=csx2Z-GEGPw part 3] by Eric Schrafstetter (in French) | * Découvrez le langage APL : [https://www.youtube.com/watch?v=Nxq1BUUXobM part 1], [https://www.youtube.com/watch?v=s-E7BsMg_Qc part 2], [https://www.youtube.com/watch?v=csx2Z-GEGPw part 3] by Eric Schrafstetter (in French) | ||
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. | 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. | ||
Line 36: | Line 36: | ||
== For novice APLers == | == For novice APLers == | ||
* [http://robertson.uk.net/Files/APL3&4.pdf A Practical Introduction to APL 3 & 4] | |||
If you already have a fair grasp of APL's [[primitive function]]s and [[primitive operator|operators]], you can sharpen your skills by challenging yourself with these: | If you already have a fair grasp of APL's [[primitive function]]s and [[primitive operator|operators]], you can sharpen your skills by challenging yourself with these: |
Revision as of 23:39, 23 May 2020
|
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 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 : part 1, part 2, part 3 by Eric Schrafstetter (in French)
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 non-APL programmers
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
- Learn X in Y minutes
- Let's Learn A Programming Language
- Mastering Dyalog APL and its companion GitHub repository
- Zark tutorial
- Trying APL
- Artificial Neural Networks
- FizzBuzz
For novice APLers
If you already have a fair grasp of APL's primitive functions and operators, you can sharpen your skills by challenging yourself with these:
- 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.
- APL-eusis: A game for honing your ability to "think in APL".
For old APLers
In the last decade, several implementations have extended APL:
- New primitive functions:
⊢
Same, Right;⊣
Same, Left;⌷
Materialise, Index;≡
Depth, Match;≢
Tally, Not Match;⍸
Where, Interval Index;⊆
Nest, Partition
- 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
- Other features: Keywords; Object-oriented programming
For advanced APLers
Here is a list of "how-to"s on various subjects:
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 |