Category:Ruby: Difference between revisions

From Rosetta Code
Content added Content deleted
(bnf param)
(Changed a dead link (http://tryruby.hobix.com/) to a working one (http://tryruby.org/). (More info: http://goo.gl/KeVS))
Line 27: Line 27:
Since its public release in 1995, Ruby has drawn devoted coders worldwide. In 2006, Ruby achieved mass acceptance. The [http://www.tiobe.com/tpci.htm TIOBE] index, which measures the growth of programming languages, ranks Ruby as #10 among programming languages worldwide. Much of the growth is attributed to the popularity of software written in Ruby, particularly the Ruby on Rails web framework.
Since its public release in 1995, Ruby has drawn devoted coders worldwide. In 2006, Ruby achieved mass acceptance. The [http://www.tiobe.com/tpci.htm TIOBE] index, which measures the growth of programming languages, ranks Ruby as #10 among programming languages worldwide. Much of the growth is attributed to the popularity of software written in Ruby, particularly the Ruby on Rails web framework.


An interactive tutorial is available in the form of an [http://tryruby.hobix.com/ Interactive Console] inside of your Web Browser.
An interactive tutorial is available in the form of an [http://tryruby.org/ Interactive Console] inside of your Web Browser.

Revision as of 19:11, 6 February 2010

Language
Ruby
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Compiled (bytecode)
Garbage collected: Yes
Parameter passing methods: By reference
Type strength: Strong
Type expression: Implicit
Type checking: Dynamic
See Also:
Listed below are all of the tasks on Rosetta Code which have been solved using Ruby.

[[Category:Programming paradigm/{{{1}}}]]

Try this language on Codepad.

Ruby is an interpreted language written by Yukihiro "matz" Matsumoto that originates from Japan.

It is a language that combines

Ruby is a language of careful balance. Its creator blended parts of his favorite languages (Perl, Smalltalk, Eiffel, Ada, and Lisp) to form a new language that balances functional programming with imperative programming.

He has often said that he is “trying to make Ruby natural, not simple,” in a way that mirrors life.

Since its public release in 1995, Ruby has drawn devoted coders worldwide. In 2006, Ruby achieved mass acceptance. The TIOBE index, which measures the growth of programming languages, ranks Ruby as #10 among programming languages worldwide. Much of the growth is attributed to the popularity of software written in Ruby, particularly the Ruby on Rails web framework.

An interactive tutorial is available in the form of an Interactive Console inside of your Web Browser.

Subcategories

This category has the following 3 subcategories, out of 3 total.

Pages in category "Ruby"

The following 200 pages are in this category, out of 1,236 total.

(previous page) (next page)

A

C

(previous page) (next page)