From a7558f56b8ffcd27571a8ff3fa4d6d11538a0755 Mon Sep 17 00:00:00 2001 From: Samuel de Oliveira <81493939+Samuel-de-Oliveira@users.noreply.github.com> Date: Sat, 18 Jun 2022 16:31:18 +0000 Subject: [PATCH] Add lua ebook. (#6857) * Add lua ebook. * Rewrite link * Add credits to Stackoverflow in a Lua ebook * Add "(PDF)" in final line --- books/free-programming-books-langs.md | 1 + 1 file changed, 1 insertion(+) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 9236e91f3..f4eef4768 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -1490,6 +1490,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE ### Lua +* [Learning Lua ebook](https://riptutorial.com/Download/lua.pdf) - Rip Tutorial (Compiled from StackOverflow documentation) (PDF) * [Lua 5.3 Reference Manual](http://www.lua.org/manual/5.3/) * [Lua Programming](https://en.wikibooks.org/wiki/Lua_Programming) - Wikibooks * [Lua Tutorial](http://www.tutorialspoint.com/lua/) - Tutorials Point (HTML, PDF)