Category:Ruby: Difference between revisions

Todo
m (Linkified)
(Todo)
 
(18 intermediate revisions by 12 users not shown)
Line 1:
{{language
{{language|Ruby}}{{codepad}}Ruby is an interpreted language written by Yukihiro “matz” Matsumoto that originates from Japan. You can find its main website at http://www.ruby-lang.org.
|exec=interpreted
|strength=strong
|express=implicit
|checking=dynamic
|parampass=value
|gc=yes
|tags=ruby
|site=http://www.ruby-lang.org
|hopl id=2458
|LCT=yes
|bnf=http://web.njit.edu/all_topics/Prog_Lang_Docs/html/ruby/yacc.html}}{{language programming paradigm|Dynamic}}
{{language programming paradigm|Object-oriented}}
{{language programming paradigm|Imperative}}
{{language programming paradigm|Functional}}
{{language programming paradigm|Reflective}}
{{language|Ruby}}{{codepad}}Ruby is an interpreted language written by Yukihiro “matz”"matz" Matsumoto that originates from Japan. You can find its main website at http://www.ruby-lang.org.
 
It is a language that combines
Line 11 ⟶ 27:
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 [http://www.tiobe.com/tpci.htm TIOBE] index, which measures the growth of programming languages, ranks Ruby as #1011 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.org/ Interactive Console] inside of your Web Browser.
 
==Todo==
[[Reports:Tasks_not_implemented_in_Ruby]]
Anonymous user