Skip to content

Instantly share code, notes, and snippets.

@huacnlee
Created August 3, 2010 01:24
Show Gist options
  • Save huacnlee/505674 to your computer and use it in GitHub Desktop.
Save huacnlee/505674 to your computer and use it in GitHub Desktop.
# 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!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment