- 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.
推薦閱讀
- UNIX編程藝術(shù)
- Visual C++程序設(shè)計學(xué)習(xí)筆記
- 微服務(wù)與事件驅(qū)動架構(gòu)
- PostgreSQL 11從入門到精通(視頻教學(xué)版)
- Hands-On RESTful Web Services with Go
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- C語言課程設(shè)計
- Java程序員面試筆試寶典(第2版)
- Visual C#.NET Web應(yīng)用程序設(shè)計
- Cocos2d-x Game Development Blueprints
- IDA Pro權(quán)威指南(第2版)
- Building Slack Bots
- Julia數(shù)據(jù)科學(xué)應(yīng)用
- 深度學(xué)習(xí)入門:基于Python的理論與實現(xiàn)
- JavaScript Concurrency