CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 28 Aug 2025 03:59:58 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20081015160347
location: https://web.archive.org/web/20081015160347/https://github.com/evanphx/rubinius/tree/v0.9.0
server-timing: captures_list;dur=0.661913, exclusion.robots;dur=0.020047, exclusion.robots.policy;dur=0.008049, esindex;dur=0.009668, cdx.remote;dur=8.646549, LoadShardBlock;dur=205.147083, PetaboxLoader3.datanode;dur=78.378042, PetaboxLoader3.resolve;dur=41.472434
x-app-server: wwwb-app239
x-ts: 302
x-tr: 258
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
set-cookie: wb-p-SERVER=wwwb-app239; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 28 Aug 2025 03:59:58 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.31
x-archive-orig-date: Wed, 15 Oct 2008 16:03:47 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 0.58795
x-archive-orig-etag: "aa8f445aec0568d0bb01d44cf89ae65d"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 25779
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 15 Oct 2008 16:03:47 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Wed, 15 Oct 2008 16:03:47 GMT", ; rel="memento"; datetime="Wed, 15 Oct 2008 16:03:47 GMT", ; rel="next memento"; datetime="Sat, 13 Feb 2010 12:28:11 GMT", ; rel="last memento"; datetime="Sat, 07 Aug 2010 23:37:04 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_6_20081015091600_crawl102-c/52_6_20081015160122_crawl103.arc.gz
server-timing: captures_list;dur=0.476610, exclusion.robots;dur=0.016527, exclusion.robots.policy;dur=0.007321, esindex;dur=0.008561, cdx.remote;dur=6.759461, LoadShardBlock;dur=213.300521, PetaboxLoader3.datanode;dur=143.829633, PetaboxLoader3.resolve;dur=152.789300, load_resource;dur=101.775619
x-app-server: wwwb-app239
x-ts: 200
x-tr: 431
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=1
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
evanphx's rubinius at v0.9.0 — GitHub
This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (

This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (

Description: | Rubinius, the Ruby VM |
Homepage: | https://rubini.us |
Clone URL: |
git://github.com/evanphx/rubinius.git
Give this clone URL to anyone.
git clone git://github.com/evanphx/rubinius.git
|
rubinius /
README
1. What is Rubinius Rubinius is an execution environment for the Ruby programming language. It is comprised of three major pieces: a compiler, a 'kernel' (otherwise known as the Ruby Core Library), and a virtual machine. The project's goal is to create a top-of-the-line Ruby implementation. 2. Running Rubinius Refer to the INSTALL file for instructions on getting and building Rubinius. To disable backtrace colorization in Rubinius set the RBX environment variable to rbx.colorize_backtraces=no. 3. Status Rubinius is under heavy development, and currently supports the core Ruby classes and kernel methods. The majority of the existing Ruby libraries should run without modification. If your MRI 1.8.6-compatible code does not run under Rubinius, please open a bug ticket. As Rubinius becomes more and more compatible with Ruby 1.8, the development effort is shifting toward performance, rather than completeness. 4. Goals * Clean, readable code that is easy for users to understand and extend. * Reliable, rock-solid infrastructure. Rubinius is Valgrind clean. * Bring modern techniques to the Ruby runtime. Currently we are up to roughly 1986 in terms of modernity, but the date creeps forward daily. * Support for the best ideas in concurrency, whatever those happen to be. 5. Volunteering to Help The Rubinius team welcomes contributions, bug reports, test cases, and monetary support. One possible way to help is implement Ruby library classes. Visit https://rubinius.lighthouseapp.com for documentation on how to begin hacking Rubinius. 6. Architecture While most of the Rubinius features are implemented in Ruby, the VM itself is written in C++. This is likely to continue to be the case in the coming months, partly to ease the integration of LLVM into the Rubinius system. The compiler, assembler, and bytecode generators are all written in Ruby, and can be found under the ./lib/compiler directory.
This feature is coming soon. Sit tight!