- Learning Elixir
- Kenny Ballou
- 54字
- 2021-07-23 14:47:53
Exercises
Read:
- The Elixir GETTING STARTED page (http://elixir-lang.org/getting-started/introduction.html)
Do:
- Try out the interactive interpreter (IEx).
- Try some more basic arithmetic.
- Try out the help command some more.
- Try entering
'Hello, World!'
in IEx. What may be the difference between single quotes and double quotes? (No fret, we will cover this in the next chapter!)
推薦閱讀
- 演進式架構(原書第2版)
- Django:Web Development with Python
- JavaScript前端開發與實例教程(微課視頻版)
- 網店設計看這本就夠了
- Nginx實戰:基于Lua語言的配置、開發與架構詳解
- Linux:Embedded Development
- C語言程序設計
- Microsoft Dynamics AX 2012 R3 Financial Management
- Machine Learning in Java
- C++ Fundamentals
- Java高級程序設計
- Mastering Bootstrap 4
- AngularJS UI Development
- 大話程序員:從入門到優秀全攻略
- C#程序設計基礎與實踐