[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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,3 +61,9 @@ A ← 10 60 55 23
mean ← {(+/⍵)÷⍴⍵} mean ← {(+/⍵)÷⍴⍵}
mean A ⍝ 37 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)