Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f3c482d

Browse files
committed
Merge pull request elixir-lang#538 from dbbrian/add-erlang-in-anger-to-the-learning-resources
Add Erlang in Anger to the learning resources elixir-lang#521
2 parents 26f6fd1 + ab976fc commit f3c482d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

images/contents/erlang-in-anger.png

128 KB
Loading

learning.markdown

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,11 @@ The intended audience ranges from someone entirely new to the Elixir language, t
9999
Write code that writes code with Elixir macros. Macros make metaprogramming possible and define the language itself. In this book, you’ll learn how to use macros to extend the language with fast, maintainable code and share functionality in ways you never thought possible. You’ll discover how to extend Elixir with your own first-class features, optimize performance, and create domain-specific languages.
100100

101101
<div class="clear"></div>
102+
103+
<h4 class="resource">Erlang in Anger</h4>
104+
105+
<a class="cover" href="http://www.erlang-in-anger.com" title="Erlang in Anger – by Fred Hebert"><img src="/images/contents/erlang-in-anger.png" alt="Erlang in Anger cover" width="190" /></a>
106+
107+
This book intends to be a little guide about how to be the Erlang medic in a time of war. It is first and foremost a collection of tips and tricks to help understand where failures come from, and a dictionary of different code snippets and practices that helped developers debug production systems that were built in Erlang.
108+
109+
<div class="clear"></div>

0 commit comments

Comments
 (0)