Learning resources: Difference between revisions
Line 70: | Line 70: | ||
=== Tacit programming === | === Tacit programming === | ||
{{Main|Tacit programming}} | {{Main|Tacit programming}} | ||
[[Dyalog APL]] documentation: [http://help.dyalog.com/16.0/Content/RelNotes14.0/Function%20Trains.htm Intro], [http://help.dyalog.com/latest/Content/Language/Introduction/Trains.htm Details] | * [[Dyalog APL]] documentation: [http://help.dyalog.com/16.0/Content/RelNotes14.0/Function%20Trains.htm Intro], [http://help.dyalog.com/latest/Content/Language/Introduction/Trains.htm Details] | ||
Videos: [https://www.youtube.com/watch?v=kt4lMZbn-so Short], [https://www.youtube.com/watch?v=A2LqqBosvY0 Long] | * Videos: [https://www.youtube.com/watch?v=kt4lMZbn-so Short], [https://www.youtube.com/watch?v=A2LqqBosvY0 Long] | ||
* APL Cultivation lesson: [https://chat.stackexchange.com/rooms/52405/conversation/lesson-23-transcribing-to-and-reading-trains Transcribing to and reading trains] | |||
=== Other features === | === Other features === |
Revision as of 17:23, 9 January 2020
|
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
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.
If you get stuck, don't hesitate to ask your questions in the APL Orchard chat room.
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 Cultivation (chat lessons)
- TryAPL online interpreter with lessons
- Learn X in Y minutes
- Fear and Loathing with APL
- A Short Intro to APL
- Let's Learn A Programming Language
- APLWiki list of Books and Publications
- Mastering Dyalog APL
- 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 Problem Solving Competitions — Try to solve past years' problems.
For old APLers
In the last decade, several implementations have extended APL with new primitives:
Primtives
Functions: ⊢
Same, Right;
⊣
Same, Left;
⌷
Materialise, Index;
≡
Depth, Match;
≢
Tally, Not Match;
⍸
Where, Interval Index;
⊆
Nest, Partition
Operators: ∘
Bind, Compose;
⍤
Rank;
⌸
Key;
⌺
Stencil;
⍠
Variant
Lambdas
Tacit programming
- Main article: Tacit programming
- Dyalog APL documentation: Intro, Details
- APL Cultivation lesson: Transcribing to and reading trains
Other features
How to's for advanced APLers
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 |