A Tale of Two Languages
Try this page to compare Ruby‘s and Python‘s language elegance side-by-side. Spoiler Warning: There is a winner!

To get you started:
Ruby – string.method ["String".reverse or "String".length]
Python – string[slice] or function(string) ["String"[::-1] or len(“String”)]

–π
Related:
Python Interpreter
ASP
Cold Fusion
JSP
Perl [ActivePerl]
[ActivePython]
PHP
Tcl [ActiveTcl]
A Tale of Two Cities

so what do *you* think? or you don’t want to get dragged into a flame way?
chris3495
12 Nov 07 at 1:16 PM
@chris3495: In short, I subscribe to “whichever-good-tool-works-best” philosophy.
Harsh
12 Nov 07 at 6:43 PM