Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Add 31: "Roots of Rubyism"
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: Roots of Rubyism | ||
date: 2015-05-31 | ||
tags: ruby | ||
--- | ||
|
||
Why I — still — often use Ruby: It is a language with a **terrific community** (welcoming and always questioning itself) and **ecosystem** (a lot of problems [already](https://rubygems.org/) [solved](https://www.ruby-toolbox.com/)), which is **beautiful** (focus on productivity), a little **conservative** (easy to work with), and **general purpose** (a good choice in most cases). | ||
|
||
ARTICLE | ||
|
||
## Understanding Matz | ||
|
||
- [Essay: Treating Code As an Essay (excerpt)](https://www.safaribooksonline.com/library/view/beautiful-code/9780596510046/ch29.html) | ||
- [Interview: The Philosophy of Ruby](https://www.artima.com/intv/ruby.html) | ||
- [Talk: The 0.8 True Language](https://confreaks.tv/videos/rubyconf2009-keynote-address) |