diff options
-rw-r--r-- | apl.html.markdown | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apl.html.markdown b/apl.html.markdown index f72da2c5..2fd6ec34 100644 --- a/apl.html.markdown +++ b/apl.html.markdown @@ -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) |