Re: Ruby vs. PHP



There is a recent thread that covers speed. If you take ruby 1.9 and
compile it yourself, it runs about 5 or 6 times faster. That should
cover the speed aspect.

Also, the speed of the language is not necessarily all that critical as
long as it is more or less enough. You can always add hardware to cover
that aspect. After that it is the usefullness of the language that is
critical. There are always changes to be made. You really need a
language that can refactor and upgrade quickly and easily. So,
whichever language you can use to "git thar the firstest with the
mostest" (old saying) that is the one that they should use.

For the record, if your team is efficient and proficient with one
language and not the other, then go with what you know. Fighting a new
language could be a problem unless they can pick it up easily. Which
language is better is irrelevant if they cannot use it.
--
Posted via http://www.ruby-forum.com/.

.



Relevant Pages

  • Re: Mac OS/X SSH access for maintaining RubyScript2Exe? Somebody?
    ... EEE is written in Pascal and can be compiled on Linux, ... Unless you can compile Ruby into native byte code. ... I really didn't mean to get into a language war here... ...
    (comp.lang.ruby)
  • Re: GMP vs. straight C arithmetic
    ... ordinary data structures that don't impose an additonal performance ... Side-effects are another crucial part of the language. ... > Take the tree structure example I gave earlier. ... determined at compile time, is this a compile time error? ...
    (comp.programming)
  • Resolved: NOT. --WAS: Re: Static vs. Dynamic typing (big advantage or not)---WAS: c.programming:OO
    ... I certainly want more errors detected at compile time, ... > advocate reaching that goal through beefier type systems. ... in a procedural language, or in an object based language. ... Relativistic mechanics - solves the transaction thing, ...
    (comp.object)
  • Re: Teach myself C++.
    ... That seems to be an objection to the quality of implementation of ... The language IS the compilers. ... should be possible to compile some code more than once, ... I'd say that string handling is something most other languages get ...
    (sci.crypt)
  • Re: dynamic vs. static: the age-old debate
    ... necessary to compile a program, ... inseparably related to either dynamic or static typing, ... otherwise static language, and with similar effort, can write a largely ... I have the feeling you are not separating semantics and implementation; ...
    (comp.lang.misc)

Loading