Skip to content

Commit

Permalink
[apl/en]: Add Further Reading section (#4948)
Browse files Browse the repository at this point in the history
  • Loading branch information
rilysh committed May 19, 2024
1 parent 406d3f0 commit 781b19e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apl.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 781b19e

Please sign in to comment.