diff options
author | Alexander Zhuravlev <zaa@ikato.com> | 2013-07-17 06:03:43 +0400 |
---|---|---|
committer | Alexander Zhuravlev <zaa@ikato.com> | 2013-07-17 06:03:43 +0400 |
commit | 32ecbdbf4f799f65e74323c33b652977e45cb246 (patch) | |
tree | 903c9d47043b11ea7946250e366a2b4ec3bd7b4c /erlang.html.markdown | |
parent | bc74819760e9bdc49a651b6cae65ebb4b67f77d8 (diff) |
Update references
Diffstat (limited to 'erlang.html.markdown')
-rw-r--r-- | erlang.html.markdown | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/erlang.html.markdown b/erlang.html.markdown index d4e95831..26028f27 100644 --- a/erlang.html.markdown +++ b/erlang.html.markdown @@ -245,6 +245,7 @@ catcher(N) -> catch generate_exception(N). ## References -* "Programming Erlang: Software for a Concurrent World" by Joe Armstrong +* ["Learn You Some Erlang for great good!"](http://learnyousomeerlang.com/) +* ["Programming Erlang: Software for a Concurrent World" by Joe Armstrong](http://pragprog.com/book/jaerlang/programming-erlang) +* [Erlang/OTP Reference Documentation](http://www.erlang.org/doc/) * [Erlang - Programming Rules and Conventions](http://www.erlang.se/doc/programming_rules.shtml) -* [Erlang/OTP Documentation](http://www.erlang.org/doc/) |