- Elixir Cookbook
- Paulo A Pereira
- 135字
- 2021-07-23 20:49:34
Introduction
The command line is the preferred way to create and interact with Elixir applications, inspect running systems, and prototype ideas.
Interactive Elixir (IEx) allows immediate evaluation of any expression, and it is also possible to define modules directly without saving them previously on a file. Similar tools exist in other programming languages; Ruby's IRB or Clojure's REPL are some examples.
Mix is a build tool that provides several tasks to create, compile, and test projects, and handle dependencies. It is also possible to define custom tasks with Mix. In the Creating custom Mix tasks recipe, we will create a task to display the memory usage. It is common for some applications to define their own tasks. Phoenix framework (which will be covered in Chapter 7, Cowboy and Phoenix) is just one example of this.
- Photoshop智能手機(jī)APP UI設(shè)計(jì)之道
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- Scratch真好玩:教小孩學(xué)編程
- Groovy for Domain:specific Languages(Second Edition)
- Oracle Database 12c Security Cookbook
- 數(shù)據(jù)結(jié)構(gòu)(C語言)
- SAP BusinessObjects Dashboards 4.1 Cookbook
- 信息技術(shù)應(yīng)用基礎(chǔ)
- Learning Three.js:The JavaScript 3D Library for WebGL
- Learning PHP 7
- Python Interviews
- Hands-On JavaScript for Python Developers
- Apache Solr PHP Integration
- Application Development with Swift
- jQuery Mobile Web Development Essentials(Second Edition)