Merge pull request #110 from yrsdi/master

Add Erlang Tutorial
This commit is contained in:
Tu Tran 2018-09-09 03:01:28 -04:00 committed by GitHub
commit 88bf8d8144
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
* [C/C++](#cc)
* [Clojure](#clojure)
* [Elixir](#elixir)
* [Erlang](#erlang)
* [Go](#go)
* [Haskell](#haskell)
* [HTML/CSS](#html-and-css)
@ -132,6 +133,10 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
* [Building a Simple Chat App With Elixir and Phoenix](https://sheharyar.me/blog/simple-chat-phoenix-elixir/)
## Erlang
* [ChatBus : build your first multi-user chat room app with Erlang/OTP](https://medium.com/@kansi/chatbus-build-your-first-multi-user-chat-room-app-with-erlang-otp-b55f72064901)
* [Making a Chat App with Erlang, Rebar, Cowboy and Bullet](http://marianoguerra.org/posts/making-a-chat-app-with-erlang-rebar-cowboy-and-bullet.html)
## Java:
* [Build an Interpreter](http://www.craftinginterpreters.com/) (Chapter 4-13 is written in Java)