This is an old revision of the document!


Programming Language

Ruby

A dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.

Ruby (programminglanguage)
Full NameRuby
Short NameRuby
DescriptionRuby is an interpreted, high-level, general-purpose programming language.
CompanyYukihiro “Matz” Matsumoto
WebYes
MobileYes
EnterpriseYes
EmbeddedYes
Snippet from Wikipedia: Ruby (programming language)

Ruby is an interpreted, high-level, general-purpose programming language. It was designed with an emphasis on programming productivity and simplicity. In Ruby, everything is an object, including primitive data types. It was developed in the mid-1990s by Yukihiro "Matz" Matsumoto in Japan.

Ruby is dynamically typed and uses garbage collection and just-in-time compilation. It supports multiple programming paradigms, including procedural, object-oriented, and functional programming. According to the creator, Ruby was influenced by Perl, Smalltalk, Eiffel, Ada, BASIC, Java, and Lisp.

GitHub Topics

Ruby was developed by Yukihiro “Matz” Matsumoto in 1995 with the intent of having an easily readable programming language. It is used by the Rails framework to create dynamic web-applications. Ruby's syntax is similar to that of Perl and Python.

puts 'Hello, world!'

Source: Wikibooks

See also: Programming Languages

  • dev/ruby.1660488742.txt.gz
  • Last modified: 2022/08/14 14:52
  • by Henrik Yllemo