Learning resources: Difference between revisions
mNo edit summary |
|||
Line 40: | Line 40: | ||
* [https://github.com/annser/annser Artificial Neural Networks] | * [https://github.com/annser/annser Artificial Neural Networks] | ||
* [https://codeburst.io/fizzbuzz-in-apl-a193d1954b4b FizzBuzz] | * [https://codeburst.io/fizzbuzz-in-apl-a193d1954b4b FizzBuzz] | ||
* [https://wordsandbuttons.online/apl_deserves_its_renaissance_too.html APL deserves its renaissance too] (interactive explanation of [[John Scholes' Conway's Game of Life]]) | |||
</div> | </div> | ||
Revision as of 15:27, 8 February 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
- 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
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
- Learn X in Y minutes
- Let's Learn A Programming Language
- The Mastering Dyalog APL book
- 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)
For novice APLers
- 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.
- 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 |