Jump to content

Rubinius: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m →‎External links: archive link repair, may include: archive.* -> archive.today, and http->https for ghostarchive.org and archive.org (wp:el#Specifying_protocols)
Crudely fill 1 bare URL ref to website homepage, using title 'Home'
Line 1: Line 1:
{{Infobox Software
{{Infobox software
| name = Rubinius
| name = Rubinius
| logo =
| logo =
Line 46: Line 46:


== Sponsorship ==
== Sponsorship ==
From 2007 to 2013, [[Engine Yard]] funded one full-time engineer to work exclusively on Rubinius.<ref>https://blog.engineyard.com/2013/the-future-of-rubinius</ref> Evan Phoenix now works at [[HashiCorp]].<ref>{{Cite web|url=https://www.hashicorp.com/blog/vektra-joins-hashicorp/|title=Vektra Joins HashiCorp|website=www.hashicorp.com|access-date=2017-06-29}}</ref><ref>http://www.hashicorp.com/</ref>
From 2007 to 2013, [[Engine Yard]] funded one full-time engineer to work exclusively on Rubinius.<ref>https://blog.engineyard.com/2013/the-future-of-rubinius</ref> Evan Phoenix now works at [[HashiCorp]].<ref>{{Cite web|url=https://www.hashicorp.com/blog/vektra-joins-hashicorp/|title=Vektra Joins HashiCorp|website=www.hashicorp.com|access-date=2017-06-29}}</ref><ref>{{cite web |url=http://www.hashicorp.com/ |title=Home |website=hashicorp.com}}</ref>


== PowerPC64 support ==
== PowerPC64 support ==
Since version 2.4.0, support on [[ppc64|PowerPC64]] is enabled. <ref>{{cite web|url=https://github.com/rubinius/rubinius/releases/tag/v2.4.0 | title = Release 2.4.0|access-date=2020-01-06|author=Gustavo Frederico Temple Pedrosa, Vitor de Lima, Leonardo Bianconi| website = [[GitHub]]|year=2014}}</ref>
Since version 2.4.0, support on [[ppc64|PowerPC64]] is enabled.<ref>{{cite web|url=https://github.com/rubinius/rubinius/releases/tag/v2.4.0 | title = Release 2.4.0|access-date=2020-01-06|author=Gustavo Frederico Temple Pedrosa, Vitor de Lima, Leonardo Bianconi| website = [[GitHub]]|year=2014}}</ref>


==See also==
==See also==
Line 84: Line 84:
[[Category:Free software programmed in Ruby]]
[[Category:Free software programmed in Ruby]]
[[Category:Ruby (programming language)]]
[[Category:Ruby (programming language)]]



{{programming-software-stub}}
{{programming-software-stub}}

Revision as of 06:19, 8 August 2022

Rubinius
Developer(s)Evan Phoenix, Brian Shirai
Stable release
5.0 / May 16, 2020; 4 years ago (2020-05-16)[1]
Repository
Written inC++ and Ruby
Operating systemUnix-like
TypeRuby programming language compiler
LicenseMozilla Public License
Websiterubini.us

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

Goals

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

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.[5] Evan Phoenix now works at HashiCorp.[6][7]

PowerPC64 support

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

See also

References

  1. ^ "Releases - rubinius/rubinius". Retrieved 17 May 2020 – via GitHub.
  2. ^ Goldberg, Adele; Robson, Dave (1983). Smalltalk-80: The Language and its Implementation. ISBN 0-201-11371-6.
  3. ^ "Rubinius README". Rubinius Project. Retrieved 2009-02-22.
  4. ^ 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.
  5. ^ https://blog.engineyard.com/2013/the-future-of-rubinius
  6. ^ "Vektra Joins HashiCorp". www.hashicorp.com. Retrieved 2017-06-29.
  7. ^ "Home". hashicorp.com.
  8. ^ Gustavo Frederico Temple Pedrosa, Vitor de Lima, Leonardo Bianconi (2014). "Release 2.4.0". GitHub. Retrieved 2020-01-06.{{cite web}}: CS1 maint: multiple names: authors list (link)