Jump to content

Rubinius: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
PowerPC64 support
Citation bot (talk | contribs)
m Add: year, author pars. 1-2. | You can use this bot yourself. Report bugs here. | Activated by User:Neko-chan | Category:Free software programmed in C++ | via #UCB_Category
Line 18: Line 18:
|url=https://archive.org/details/smalltalk80langu00gold
|url=https://archive.org/details/smalltalk80langu00gold
|title=Smalltalk-80: The Language and its Implementation
|title=Smalltalk-80: The Language and its Implementation
|ISBN=0-201-11371-6
|isbn=0-201-11371-6
|url-access=registration
|url-access=registration
|last1=Goldberg
|first1=Adele
|last2=Robson
|first2=Dave
|year=1983
}}</ref> Rubinius seeks to
}}</ref> Rubinius seeks to
"provide a rich, high-performance environment for running Ruby code."<ref name="readme">{{cite web
"provide a rich, high-performance environment for running Ruby code."<ref name="readme">{{cite web

Revision as of 17:53, 26 January 2020

Rubinius
Developer(s)Evan Phoenix, Brian Shirai
Stable release
3.107 / July 15, 2018; 6 years ago (2018-07-15)
Repository
Written inC++ and Ruby
Operating systemUnix-like
TypeRuby programming language compiler
LicenseMozilla Public License
Websiterubini.us

Rubinius is an alternative Ruby implementation created by Evan Phoenix. Based loosely on the Smalltalk-80 Blue Book design,[1] Rubinius seeks to "provide a rich, high-performance environment for running Ruby code."[2]

Goals

Rubinius follows in the Lisp and Smalltalk traditions, by natively implementing as much of Ruby as possible in Ruby code.[3]

It also has a goal of being thread-safe in order to be able to embed more than one interpreter in a single application.

Sponsorship

From 2007 to 2013, Engine Yard funded one full-time engineer to work exclusively on Rubinius.[4] Evan Phoenix now works at HashiCorp.[5][6]

PowerPC64 support

Since version 2.4.0, support on PowerPC64 is enabled. [7]

See also

References

  1. ^ Goldberg, Adele; Robson, Dave (1983). Smalltalk-80: The Language and its Implementation. ISBN 0-201-11371-6.
  2. ^ "Rubinius README". Rubinius Project. Retrieved 2009-02-22.
  3. ^ Nutter, Charles (2008-04-27). "Promise and Peril for Alternative Ruby Impls". Retrieved 2009-02-22. Evan Phoenix's Rubinius project is an effort to implement Ruby using as much Ruby code as possible.
  4. ^ https://blog.engineyard.com/2013/the-future-of-rubinius
  5. ^ "Vektra Joins HashiCorp". www.hashicorp.com. Retrieved 2017-06-29.
  6. ^ http://www.hashicorp.com/
  7. ^ Gustavo Frederico Temple Pedrosa, Vitor de Lima, Leonardo Bianconi (2014). "Release 2.4.0". Retrieved 2020-01-06.{{cite web}}: CS1 maint: multiple names: authors list (link)