- 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.
- 軟件界面交互設(shè)計(jì)基礎(chǔ)
- Python從小白到大牛
- 圖解Java數(shù)據(jù)結(jié)構(gòu)與算法(微課視頻版)
- AIRAndroid應(yīng)用開發(fā)實(shí)戰(zhàn)
- Blender 3D Incredible Machines
- 自制編程語言
- Scala程序員面試算法寶典
- Java系統(tǒng)化項(xiàng)目開發(fā)教程
- .NET Standard 2.0 Cookbook
- 超簡單:Photoshop+JavaScript+Python智能修圖與圖像自動(dòng)化處理
- 大規(guī)模語言模型開發(fā)基礎(chǔ)與實(shí)踐
- Kotlin語言實(shí)例精解
- JavaScript語法簡明手冊(cè)
- LabVIEW數(shù)據(jù)采集(第2版)
- C# 10核心技術(shù)指南