- The Ruby Workshop
- Akshat Paul Peter Philips Dániel Szabó Cheyne Wallace
- 153字
- 2021-06-11 13:04:37
Summary
In this chapter, we learned about the fundamentals of Ruby and its key features. We started with the history of Ruby and the key programming paradigms the language supports that make it unique and powerful at the same time. We then learned about using Ruby code with the IRB and also learned how to write code in Ruby files and execute it. Next, we delved into the standard data types in Ruby, which are number, Boolean, and string. Here, we implemented various operations on variables along with commonly used string operations, such as string concatenation and interpolation.
In the next chapter, we will learn how to work with data structures such as arrays and hashes. We will explore the details of the various powerful methods associated with them, and we will also learn how to create our own Ruby methods and call them, which is the bedrock of day-to-day programming with Ruby.
- Java系統分析與架構設計
- ReSharper Essentials
- C/C++算法從菜鳥到達人
- WSO2 Developer’s Guide
- Learning ASP.NET Core 2.0
- HTML5+CSS3網站設計教程
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- Visual C#通用范例開發金典
- SQL Server從入門到精通(第3版)
- Keras深度學習實戰
- Orchestrating Docker
- Oracle 12c從入門到精通(視頻教學超值版)
- HTML5與CSS3權威指南
- 深入理解Java虛擬機:JVM高級特性與最佳實踐
- Processing開發實戰