Searching for the best scripting language,

Lothar Scholz llothar at web.de
Mon Jun 14 04:14:25 EDT 2004


Ryan Paul <segphault at sbcglobal.net> wrote in message news:<pan.2004.06.14.00.20.41.295709 at sbcglobal.net>...

> Ruby and Python really have a lot in common. The one you use should
> ultimately be based on your style and how you feel about programming. If
> you like lots of mutability, lots of functional idioms, and inline regular
> expressions, switch to ruby! If not, stick with python.

Or if you need real multithreading and WxPython. This are IMHO the
reasons not to switch to ruby. The python implementation is
technically much better. And the python libraries are still much
better then ruby.

As the person behind "http://www.python-ide.com" and
"http://www.ruby-ide.com" i can tell you that otherwise the language
are almost the same. For example from the 18000 lines of code for the
debugger about 2000 lines are different for this two languages.

But look yourself. A weekend should be enough for a python programmer
to learn ruby.



More information about the Python-list mailing list