Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 2.46 KB

File metadata and controls

45 lines (38 loc) · 2.46 KB

Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun

Notes and exercises while reading through Programming Elixir by Dave Thomas.

References

Here are links to info I referenced along the way to expand on topics covered in the book.

Source Code

Some code examples and notes in this repository are inspired by or copied from The Pragmatic Bookshelf. The Pragmatic Bookshelf provides the following notice at the top of each of their code samples. This repo is not intended as training material, course, book or article.

#---
# Excerpted from "Programming Elixir 1.3",
# published by The Pragmatic Bookshelf.
# Copyrights apply to this code. It may not be used to create training material,
# courses, books, articles, and the like. Contact us if you are in doubt.
# We make no guarantees that this code is fit for any purpose.
# Visit http://www.pragmaticprogrammer.com/titles/elixir13 for more book information.
#---