Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Ruby (programming language)
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|General-purpose programming language}} {{distinguish|Ruby on Rails}} {{infobox programming language | logo = Ruby logo.svg | paradigm = [[Multi-paradigm programming language|Multi-paradigm]]: [[functional programming|functional]], [[imperative programming|imperative]], [[object-oriented programming|object-oriented]], [[reflective programming|reflective]] | designer = [[Yukihiro Matsumoto]] | developer = Yukihiro Matsumoto, et al. | latest_release_version = {{wikidata|property|edit|Q161053|P348}}<ref name="Ruby 3.3.0 Released" /> | latest_release_date = {{start date and age|{{wikidata|qualifier|Q161053|P348|P577}}}} | typing = [[Duck typing|Duck]], [[Dynamic typing|dynamic]], [[Strong typing|strong]] | scope = Lexical, sometimes dynamic | implementations = [[Ruby MRI]], [[GraalVM#Language and Runtime Support|TruffleRuby]], [[YARV]], [[Rubinius]], [[JRuby]], [[RubyMotion]], [[mruby]] | influenced = [[Clojure]], [[CoffeeScript]], [[Crystal (programming language)|Crystal]], [[D (programming language)|D]], [[Elixir (programming language)|Elixir]], [[Groovy (programming language)|Groovy]], [[Julia (programming language)|Julia]],<ref name="Julia" /> [[Mirah (programming language)|Mirah]], [[Nu (programming language)|Nu]],<ref name="Burks" /> [[Ring (programming language)|Ring]],<ref name="Ring and other languages" /> [[Rust (programming language)|Rust]],<ref name="rust"/> [[Swift (programming language)|Swift]]<ref name="lattner2014" /> | license = [[Ruby License]] | website = {{URL|https://www.ruby-lang.org/en/|ruby-lang.org}} | wikibooks = Ruby Programming | year = {{start date and age|1995}} | programming_language = [[C (programming language)|C]] | influenced_by = [[Ada (programming language)|Ada]],<ref name="nov2pro"/> [[BASIC|Basic]],<ref name="confreaks" /> [[C++]],<ref name="nov2pro"/> [[CLU (programming language)|CLU]],<ref name="bini"/> [[Dylan (programming language)|Dylan]],<ref name="bini" /><br />[[Eiffel (programming language)|Eiffel]],<ref name="nov2pro" /> [[Lisp (programming language)|Lisp]],<ref name="bini"/> [[Lua (programming language)|Lua]], [[Perl]],<ref name="bini" /> [[Python (programming language)|Python]],<ref name="bini"/> [[Smalltalk]]<ref name="bini" /> | operating_system = [[Cross-platform]] | file_ext = .rb, .ru }} '''Ruby''' is a [[general-purpose programming language]]. It was designed with an emphasis on programming productivity and simplicity. In Ruby, everything is an [[object (computer science)|object]], including [[primitive data type]]s. It was developed in the mid-1990s by [[Yukihiro Matsumoto|Yukihiro "Matz" Matsumoto]] in [[Japan]]. Ruby is [[interpreted language|interpreted]], [[high-level programming language|high-level]], and [[Dynamic typing|dynamically typed]]; its interpreter uses [[garbage collection (computer science)|garbage collection]] and [[just-in-time compilation]]. It supports multiple programming paradigms, including [[procedural programming|procedural]], [[object-oriented programming|object-oriented]], and [[functional programming]]. According to the creator, Ruby was influenced by [[Perl]], [[Smalltalk]], [[Eiffel (programming language)|Eiffel]], [[Ada (programming language)|Ada]], [[BASIC]], and [[Lisp (programming language)|Lisp]].<ref name="about"/><ref name="confreaks" />
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)