美文网首页
Elixir - DailyTrip

Elixir - DailyTrip

作者: c8ac4dad76db | 来源:发表于2018-08-07 12:57 被阅读7次

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

      本文链接:https://www.haomeiwen.com/subject/nplzsftx.html