Changes

What is Ruby?

31 bytes added, 14:58, 19 March 2009
What is Ruby?
== What is Ruby? ==
<google>ADSDAQBOX_FLOW</google>
Ruby is an object-oriented interpreted scripting language. When we say it is interpreted we mean to say that the Ruby source code is compiled by an interpreter at the point of execution (similar in this regard to JavaScript and PHP). This contrasts with compiled languages such as C or C++ where the code is pre-compiled into a binary format targeted to run on a specific brand of microprocessor.