mirror of
https://github.com/practical-tutorials/project-based-learning.git
synced 2024-11-23 20:11:11 +00:00
Add Erlang Tutorial
This commit is contained in:
parent
d357508968
commit
e041d8761a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user