Elixir - DailyTrip

https://www.jianshu.com/p/6c436d487265

Part 1: 初级Elixir

学习Elixir编程语言语法及其工具的基础知识,如何在进程之间发送消息。 用自我指导的练习来构建一个独立的过程。

  1. [001.1] Introduction to Elixir — Introduction to the language, and installation of Erlang and Elixir Note
  2. [001.2] Basic Elixir Syntax and Concepts — Learning the basics of the language, as well as how to run scripts. Note
  3. [001.3] Mix and Modules — Using the mix tool and defining modules, functions, and structs Note
  4. [001.4] Processes and Messaging — Processes are the unit of concurrency. We’ll spawn some processes and let them have a conversation. Note
  5. [001.5] Elixir Weekly Drip #1 and Exercise: String Upcaser “Microservice” — Further links for reading, and a gratuitous exercise to build a process that responds with the upcased version of any strings it is sent. Note

你可能感兴趣的:(Elixir - DailyTrip)