http://bastengao.com/ElixrGettingStartedChinese/index.html
-----------------
-----------------
入门
官方入门文档:
Getting started Guide: http://elixir-lang.org/getting_started/1.html
Mix 入门: http://elixir-lang.org/getting_started/mix/1.html,
http://elixir-lang.org/docs/stable/mix/Mix.html
Elixir OTP入门: http://elixir-lang.org/getting_started/mix/2.html
Mix 入门: http://elixir-lang.org/getting_started/mix/1.html,
http://elixir-lang.org/docs/stable/mix/Mix.html
Elixir OTP入门: http://elixir-lang.org/getting_started/mix/2.html
书籍
Dave Thomas Programming Elixir: http://pragprog.com/book/elixir/programming-elixir
O'Reilly: Introducing Elixir: http://shop.oreilly.com/product/0636920030584.do
两本书推荐PragProg Dave Thomas的,不过两本书都明显滞后于当前开发版本。
O'Reilly: Introducing Elixir: http://shop.oreilly.com/product/0636920030584.do
两本书推荐PragProg Dave Thomas的,不过两本书都明显滞后于当前开发版本。
视频
PragProg 9 Minutes: http://www.youtube.com/watch?v=hht9s6nAAx8&feature=youtu.be
PragProg 30 Minutes: http://www.youtube.com/watch?v=a-off4Vznjs&feature=youtu.be
上面两个都是很好的入门视频。
PragProg 30 Minutes: http://www.youtube.com/watch?v=a-off4Vznjs&feature=youtu.be
上面两个都是很好的入门视频。
还有一个跟PeepCode跟Jose Valim的Meet Elixir,
https://peepcode.com/products/elixir
这个是跟Jose一起做一个小项目,不太算入门视频,更像是展示Elixir的特性。
https://peepcode.com/products/elixir
这个是跟Jose一起做一个小项目,不太算入门视频,更像是展示Elixir的特性。
Dave Thomas, Power of Erlang, Joy of Ruby:
http://confreaks.com/videos/2591-lonestarruby2013-elixir-power-of-erlang-joy-of-ruby
http://confreaks.com/videos/2591-lonestarruby2013-elixir-power-of-erlang-joy-of-ruby
Elixir 项目
Elixir语言: https://github.com/elixir-lang/elixir
Dynamo Web Framework: https://github.com/elixir-lang/dynamo
Ecto: Database Client: https://github.com/elixir-lang/ecto
Dynamo Web Framework: https://github.com/elixir-lang/dynamo
Ecto: Database Client: https://github.com/elixir-lang/ecto
上面大部分都在开发早期,因为Elixir接近0.10.2但是还不是1.0,很多API都在早期,喜欢看源码学习的朋友可以看看。
##编辑器插件
Vim: https://github.com/elixir-lang/vim-elixir
Emacs: https://github.com/elixir-lang/emacs-elixir
Textmate/Subl : https://github.com/elixir-lang/elixir-tmbundle
Vim: https://github.com/elixir-lang/vim-elixir
Emacs: https://github.com/elixir-lang/emacs-elixir
Textmate/Subl : https://github.com/elixir-lang/elixir-tmbundle
Emacs Yasnippet的snippets:
https://github.com/hisea/elixir-yasnippets
https://github.com/hisea/elixir-yasnippets