CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Sun, 17 Aug 2025 06:09:18 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20090401142058
location: https://web.archive.org/web/20090401142058/https://github.com/evanphx/rubinius/tree/stackfull
server-timing: captures_list;dur=0.507288, exclusion.robots;dur=0.018338, exclusion.robots.policy;dur=0.007914, esindex;dur=0.028620, cdx.remote;dur=6.242096, LoadShardBlock;dur=181.363426, PetaboxLoader3.datanode;dur=93.146529, PetaboxLoader3.resolve;dur=58.895320
x-app-server: wwwb-app225
x-ts: 302
x-tr: 210
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app225; 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: Sun, 17 Aug 2025 06:09:18 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.6.26
x-archive-orig-date: Wed, 01 Apr 2009 14:20:57 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-x-runtime: 427ms
x-archive-orig-etag: "4649686ac4e4349e9d5798defd322244"
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-orig-content-length: 31589
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 01 Apr 2009 14:20:58 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Fri, 13 Feb 2009 23:38:42 GMT", ; rel="prev memento"; datetime="Tue, 24 Feb 2009 16:37:40 GMT", ; rel="memento"; datetime="Wed, 01 Apr 2009 14:20:58 GMT", ; rel="last memento"; datetime="Wed, 01 Apr 2009 14:20:58 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: 51_9_20090401124526_crawl100-c/51_9_20090401142014_crawl101.arc.gz
server-timing: captures_list;dur=0.450071, exclusion.robots;dur=0.017093, exclusion.robots.policy;dur=0.008170, esindex;dur=0.010056, cdx.remote;dur=9.833103, LoadShardBlock;dur=97.417876, PetaboxLoader3.datanode;dur=155.080082, PetaboxLoader3.resolve;dur=129.211843, load_resource;dur=194.900913
x-app-server: wwwb-app225
x-ts: 200
x-tr: 364
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
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 stackfull - 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
|

Brian Ford (author)
Mon Mar 23 12:58:44 -0700 2009
rubinius /
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. License Rubinius uses the BSD license. See LICENSE for details. 3. Running Rubinius See doc/getting_started.txt. 4. 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. See doc/howto/write_a_ticket.txt. As Rubinius becomes more and more compatible with Ruby 1.8, the development effort is shifting toward performance, rather than completeness. 5. Goals * Thread safety. Rubinius intends to be thread-safe so you could embed more than one interpreter in a single application. It does not currently meet this goal due to some components borrowed from the mainline Ruby interpreter. * Clean, readable code that is easy for users to understand and extend. * Reliable, rock-solid code. Valgrind is used to help verify correctness. * Bring modern techniques to the Ruby runtime. Pluggable garbage collectors and code optimizers are possible examples. 6. Tickets See doc/howto/write_a_ticket.txt 7. Contributing The Rubinius team welcomes contributions, bug reports, test cases, and monetary support. One possible way to help is implement Ruby library classes. See doc/contributing.txt to get started. 8. 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!