- Learning Elixir
- Kenny Ballou
- 126字
- 2021-07-23 14:47:51
Preface
This is an introduction to Elixir, a relatively new programming language. We will go through the basics of the language and teach functional programming and other paradigms as we progress. We will study the basics of concurrent and distributed programming through the lens of Elixir and OTP. We will also examine one of the more exciting features of Elixir: metaprogramming, or writing code that writes code.
This book doesn't teach the basics or programming in your first language, but it does teach the basics of Elixir under the assumption that this is a new language.
This book will also discuss a fair amount of Erlang, the predecessor language Elixir derives from, and the runtime Elixir compiles to, which is prevalent to the understanding of Elixir.
- 大學計算機基礎(第三版)
- Learning ASP.NET Core 2.0
- HTML5+CSS3+JavaScript Web開發案例教程(在線實訓版)
- FLL+WRO樂高機器人競賽教程:機械、巡線與PID
- Linux命令行與shell腳本編程大全(第4版)
- Python機器學習算法與實戰
- Building an RPG with Unity 2018
- Spring Boot Cookbook
- C# and .NET Core Test Driven Development
- 后臺開發:核心技術與應用實踐
- Practical GIS
- Clojure Web Development Essentials
- C# 10核心技術指南
- Learning Java by Building Android Games
- jMonkeyEngine 3.0 Cookbook