Programming Quote by Robin Sloan
““But, of course, the point of a programming language is that you don't just read it; you write it, too. You make it do things for you. And this, I think, is where Ruby shines (...)””
About This Quote
Source Interview: "The Art of Programming" with Robin Sloan, 2015
Programming languages are tools you both read and write to make tasks easier, and Ruby excels at this dual role.
In simple terms: Languages are both read and written tools; Ruby shines.
Use languages that let you both understand and command.
Themes
Mood
Type
When to use this quote
- software development
- learning to code
- automation
- prototyping
Key Concepts
Questions to Reflect On
- How does writing code change your perception of a language?
- When does Ruby's elegance become a drawback?
Ruby's simplicity may hide performance limits for heavy tasks.