- Mastering Elixir
- André Albuquerque Daniel Caixinha
- 127字
- 2021-08-05 10:42:43
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "In Elixir, you create a process by calling the Kernel.spawn/1 function".
A block of code is set as follows:
IO.puts("Hello, World!")
Any command-line input or output is written as follows:
$ touch hello_world.ex
Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select elixir from the Processes tab."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- R語言編程指南
- 差分進化算法及其高維多目標優化應用
- 大學計算機基礎(第2版)(微課版)
- JavaScript:Moving to ES2015
- 軟件品質之完美管理:實戰經典
- Linux Shell核心編程指南
- 新一代SDN:VMware NSX 網絡原理與實踐
- SQL Server 2016 從入門到實戰(視頻教學版)
- Learning Splunk Web Framework
- 從Excel到Python數據分析:Pandas、xlwings、openpyxl、Matplotlib的交互與應用
- C語言從入門到精通
- Java 7 Concurrency Cookbook
- Python程序設計現代方法
- Selenium Essentials
- Tkinter GUI Application Development Blueprints