- The Ruby Workshop
- Akshat Paul Peter Philips Dániel Szabó Cheyne Wallace
- 103字
- 2021-06-11 13:04:35
1. Writing and Running Ruby Programs
Overview
By the end of this chapter, you will be able to use the Interactive Ruby Shell (IRB) to write Ruby programs; execute Ruby code with a Ruby interpreter using Ruby (.rb) files; implement variables, literals, and constants in Ruby programs; use standard data types, such as numbers, Booleans, and strings, in Ruby programs; execute basic arithmetic operations on integer and floating-point numbers, implement string concatenation and interpolation in Ruby programs.
This chapter introduces the basics of Ruby and serves as a firm foundation to build the complex code that you will encounter later in the book.
推薦閱讀
- 軟件架構設計:大型網站技術架構與業務架構融合之道
- PaaS程序設計
- 微信公眾平臺開發:從零基礎到ThinkPHP5高性能框架實踐
- C語言程序設計
- Keras深度學習實戰
- INSTANT Sinatra Starter
- Test-Driven Development with Django
- Python Machine Learning Cookbook
- Python預測分析實戰
- C語言程序設計教程
- SQL Server 2014 Development Essentials
- 軟技能2:軟件開發者職業生涯指南
- 軟件再工程:優化現有軟件系統的方法與最佳實踐
- HTML5 Game Development by Example:Beginner's Guide(Second Edition)
- 微服務設計