Hi, Have you seen the thread ``Python complaints'' in comp.lang.python newsgroup? It's interesting that most of their complaints are already solved in Ruby. :-) * indentation by block * real closure * `a ? b : c' or if expression * do .. while * +=, etc. * strings, lists, dictionaries as instances * real garbage collection * attribute reference without `self.' * block for method, or iterator * etc.