From 7a1396e8fb6f58e487dd8f36a95a1581bec6938d Mon Sep 17 00:00:00 2001 From: Kapil Gupta <149409013+mekapilgupta@users.noreply.github.com> Date: Sat, 1 Nov 2025 04:46:21 +0530 Subject: [PATCH] Add working APL book links and arrange in alphabetical order (#12905) * Add working APL book links and arrange in alphabetical order * Fix broken Bengali programming book links: Remove 404 link from C++ section, add new C book from Bangladesh Open University, add new C++ book from Shikkhok.com * Modify programming book links in Bengali undo changes to null as already changed in another pull request * Remove APL book with bad SSL certificate as requested --- books/free-programming-books-bn.md | 1 - books/free-programming-books-langs.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/books/free-programming-books-bn.md b/books/free-programming-books-bn.md index bbceff5ab..b2a1b5da3 100644 --- a/books/free-programming-books-bn.md +++ b/books/free-programming-books-bn.md @@ -91,4 +91,3 @@ ### Git and Github * [এক পলকে গিট ও গিটহাব](https://with.zonayed.me/book/git-n-github-at-glance/) - Zonayed - diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 03e369448..81a772106 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -278,6 +278,7 @@ Books on general-purpose programming that don't focus on a specific language are ### APL +* [A Programming Language](https://softwarepreservation.computerhistory.org/apl/book/APROGRAMMINGLANGUAGE.pdf) - Kenneth E. Iverson (PDF) * [APL2 at a glance](https://ia801009.us.archive.org/28/items/apl-2-at-a-glance-brown-pakin-polivka/APL2_at_a_Glance_-_Brown_Pakin_Polivka.pdf) - James A. Brown, Sandra Pakin, Raymond P. Polivka - 1988 (PDF) * [Introduction to College Mathematics with A Programming Language (1978)](https://softwarepreservation.computerhistory.org/apl/book/CollegeMathematicswithAPL.pdf) - E. J. LeCuyer (PDF) * [Learning APL](https://xpqz.github.io/learnapl) - Stefan Kruger (HTML,PDF,IPYNB)