1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-19 04:52:13 +02:00

[apl/en]: Add Further Reading section (#4948)

This commit is contained in:
rilysh
2024-05-19 10:18:40 +05:30
committed by GitHub
parent 406d3f041f
commit 781b19ef41

View File

@@ -61,3 +61,9 @@ A ← 10 60 55 23
mean {(+/)÷⍴}
mean A ⍝ 37
```
## Further Reading
- [APL Wiki](https://aplwiki.com/)
- An older version of APL book by the creator: [Kenneth Iverson - A Programming Language](https://www.softwarepreservation.org/projects/apl/Books/APROGRAMMING%20LANGUAGE/view)
- Additional Books: [APL Books](https://aplwiki.com/wiki/Books)