Add Erlang Tutorial

This commit is contained in:
Yadi Rosadi 2018-08-30 05:52:07 +07:00 committed by GitHub
parent d357508968
commit e041d8761a
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,9 @@ 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)
## Java:
* [Build an Interpreter](http://www.craftinginterpreters.com/) (Chapter 4-13 is written in Java)