From d0c724a43791aa53da4ae0436790041cf0c36a91 Mon Sep 17 00:00:00 2001 From: nkypy Date: Sat, 20 Aug 2016 21:05:20 +0800 Subject: [PATCH] add some chinese translations of elixir and phoenix --- free-programming-books-zh.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/free-programming-books-zh.md b/free-programming-books-zh.md index aa823eea..2915c86c 100644 --- a/free-programming-books-zh.md +++ b/free-programming-books-zh.md @@ -35,6 +35,7 @@ * [CoffeeScript](#coffeescript) * [Dart](#dart) * [Elasticsearch](#elasticsearch) + * [Elixir](#elixir) * [Erlang](#erlang) * [Fortran](#fortran) * [Golang](#golang) @@ -382,6 +383,14 @@ * [Mastering Elasticsearch(中文版)](http://udn.yyuap.com/doc/mastering-elasticsearch/) +### Elixir + +* [Elixir 编程语言教程](https://elixirschool.com/cn/) (Elixir School) +* [Elixir Getting Started 中文翻译](https://github.com/Ljzn/ElixrGettingStartedChinese) +* [Elixir元编程与DSL 中文翻译](https://github.com/Ljzn/MetaProgrammingInElixirChinese) +* [Phoenix 框架中文文档](https://mydearxym.gitbooks.io/phoenix-doc-in-chinese/content/) + + ### Erlang * [Erlang 并发编程](https://github.com/liancheng/cpie-cn) (《Concurrent Programming in Erlang (Part I)》中文版)