General Questions
ID #1007
What is Ruby?
Ruby is a programming langauge. It was developed in 1995 in Japan. It is an Object-Oriented (OO) programming language and is gaining in popularity.
Ruby is not a compiled language, but an interpreted, or "scripting" language. It is similar in appearance to languages like JavaScript but is much more powerful.
Ruby script file names typically end in .rb. In this format, they are human readable with a text editor.
There are many sources on the web to learn more about Ruby. The official Ruby home page is www.ruby-lang.org.
Tags: -
Related entries:
Last update: 2006-05-20 06:36
Author: Todd Burch
Revision: 1.0
You cannot comment on this entry