From 0a9a2c2c0dc1b553ce8f43ff5d6e80905cdf1bc6 Mon Sep 17 00:00:00 2001 From: Mary Paul Date: Tue, 9 Nov 2021 14:54:53 -0500 Subject: [PATCH] Added "Learning the elixir language" ebook (#6573) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Added "Learning the elixir language" ebook I didn't see this in the list or pending pull requests. Thanks for maintaining this- I am excited about using it now that I know it exists. * pdf only for riptorial Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> Co-authored-by: Eric Hellman Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com> --- 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 52cdbe4e..cb986be6 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -659,6 +659,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Getting Started Guide](http://elixir-lang.org/getting-started/introduction.html) (HTML) [(PDF, MOBI, EPUB)](https://github.com/potatogopher/elixir-getting-started) * [Joy of Elixir](https://joyofelixir.com) - Ryan Bigg (HTML) - [Source](https://github.com/radar/joyofelixir) (:construction: *in process*) * [Learning Elixir](http://learningelixir.joekain.com) - Joseph Kain Blog (HTML) +* [Learning the Elixir Language](https://riptutorial.com/Download/elixir-language.pdf) - Compiled from StackOverflow Documentation (PDF) * [The Ultimate Guide To Elixir For Object-Oriented Programmers](http://www.binarywebpark.com/ultimate-guide-elixir-object-oriented-programmers) - Bruce Park (HTML)