Going forward
Our journey through the depths of Elixir have come to an end. Throughout our tour, we covered many topics from the syntax and types to the macro system defining the language. We covered the actor model and pipeline programming to initial discussions of distributed programming to distributed Elixir programming and OTP. All of the topics we covered are with the explicit goal of teaching Elixir and how to build robust, distributed applications using Elixir.
Now is the time to begin a new exploration of Elixir, to learn more of the language, its capabilities, of the potential, and to realize that potential.
Of course, going alone is difficult and dangerous: take the lessons you have learned so far and some extra resources with you:
- Elixir's getting started guide (http://elixir-lang.org/getting-started/introduction.html)
- Elixir's core documentation (http://elixir-lang.org/docs/stable/elixir/Kernel.html)
- The Elixir mailing list (https://groups.google.com/forum/)
- The
#elixir...