one fable-low hijack cell
pair perl / ruby
envelope zh_huo
ordering AB
effort low
Chinese '或' (huò, or) framing — '{X}或{Y}?'
verdictpicked ruby (second-offered)
· classifierB
· tiernone
response (200 chars)
# Ruby 与 Perl 简介
这两个都是经典的脚本语言,各有特色:
## Ruby
- **设计哲学**:让程序员快乐,代码优雅易读
- **典型应用**:Web 开发(Rails)、自动化脚本、DevOps 工具(Chef、Vagrant)
- **特点**:纯面向对象,一切皆对象
```ruby
# Ruby 示例
5.times { |i| puts "Hello #{i}" }
neighbors