- Elixir Cookbook
- Paulo A Pereira
- 252字
- 2021-07-23 20:49:33
What this book covers
Chapter 1, Command Line, introduces Interactive Elixir (IEx), which is a command line tool that allows us to execute and evaluate code. This chapter also introduces Mix, which is an Elixir tool to create and manage projects.
Chapter 2, Data Types and Structures, focuses on some concepts of the language: immutability, pattern matching, and lazy evaluation.
Chapter 3, Strings and Binaries, shows us how to manipulate strings in Elixir.
Chapter 4, Modules and Functions, focuses on the building blocks of Elixir applications, from module directives to pattern matching in function definitions.
Chapter 5, Processes and Nodes, shows you that spawning multiple processes to perform asynchronous computations or connecting multiple machines and executing code on any of them is not as hard as it seems. Elixir makes the task easier, and we explore specific examples.
Chapter 6, OTP – Open Telecom Platform, talks about OTP, which is a systematization of common programming concepts. It allows us to develop large-scale systems on a solid foundation. In this chapter, we will explore some of its constructs.
Chapter 7, Cowboy and Phoenix, is all about the Web! It discusses a range of topics, from serving static files to implementing websockets, or using a fully-featured web framework.
Chapter 8, Interactions, interacts with our host operating system and talks about external systems such as Postgresql or Redis. We will also build a Twitter feed parser.
Appendix, Installation and Further Reading, covers references for installing Elixir, Redis, and PostgreSQL, as well as for further reading.
- Python概率統(tǒng)計(jì)
- 在最好的年紀(jì)學(xué)Python:小學(xué)生趣味編程
- 自己動(dòng)手寫搜索引擎
- Java Web基礎(chǔ)與實(shí)例教程(第2版·微課版)
- Mastering Concurrency in Go
- SQL for Data Analytics
- 實(shí)戰(zhàn)Java程序設(shè)計(jì)
- 零基礎(chǔ)入門學(xué)習(xí)Python
- C語言程序設(shè)計(jì)
- Image Processing with ImageJ
- RESTful Web Clients:基于超媒體的可復(fù)用客戶端
- VMware vSphere 5.5 Cookbook
- Visual Basic語言程序設(shè)計(jì)上機(jī)指導(dǎo)與練習(xí)(第3版)
- MongoDB Administrator’s Guide
- Splunk Essentials