Python 告诉我们,Ruby 是最好的语言

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Python said, Ruby is Best
Python 2.6.4rc2 (r264rc2:75497, Oct 20 2009, 02:55:11)
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> "Ruby" > "Python"
True
>>> "Ruby" > ".NET"
True
>>> "Ruby" > "Java"
True
>>> "Ruby" > "C++"
True
>>> "Ruby" > "Objective-C"
True
>>> "Ruby" > "C"
True
>>> "Ruby" > "Any Language"
True
>>> So, Ruby is the best programming language!

别太认真,这只是娱乐而已。