evanphx / rubinius

Rubinius, the Ruby VM

This URL has Read+Write access

rubinius / index.html
100644 65 lines (50 sloc) 2.542 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang='en-us' xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>Rubinius - Home</title>
<link href="screen.css" media="screen" rel="stylesheet" type="text/css" />
</head>
 
<body>
<div id="container">
 
  <div id="header">
    <div id="nav">
      <div id="nav-items">
        <strong>Home</strong><span class="separator">
        | </span><a href="roadmap.html">Roadmap</a><span class="separator">
        | </span><a href="community.html">Community</a><span class="separator">
        | </span><a href="contribute.html">Contribute</a><span class="separator">
        | </span><a href="documentation.html">Documentation</a><span class="separator">
        | </span><a href="download.html">Download</a><span class="separator">
      </div>
    </div>
    <div id="branding">
      <div id="site-title">Rubinius</div>
 
<div id="site-subtitle">Use Ruby &#8482;</div>
 
<div id="site-download"><a href="http://github.com/evanphx/rubinius/tree/master"><img src="http://74.217.48.135/assets/2/down_24.png" alt="download git" /> Download with git</a></div>
    </div>
  </div>
 
  <div id="content">
    <h2>What is Rubinius?</h2>
 
 
    <p>Rubinius is an implementation of the <strong>
    <a href="http://ruby-lang.org"> Ruby programming language</a></strong>.</p>
 
    <p>The Rubinius bytecode virtual machine is written in C++. The bytecode
    compiler is written in pure Ruby. The vast majority of the core library is
    also written in Ruby, with some supporting primitives that interact with
    the VM directly.</p>
 
    <p>Rubinius uses a precise, generational garbage collector. Rubinius
    provides a foreign function interface (FFI) and a compatible C-API for
    C/C++ extensions written for the standard Ruby interpreter (often referred
    to as MRI&mdash;Matz's Ruby Implementation).</p>
 
 
    <p><strong><a href="download.html">Get Started</a></strong> exploring
    Rubinius by downloading the source and building it.</p>
 
  </div>
 
  <div id="footer">
    <ul>
  <li>Copyright &copy; 2007-2009 <a href="http://blog.fallingsnow.net/">Evan Phoenix</a>.</li>
  <li>Distributed under the <a href="http://en.wikipedia.org/wiki/BSD_license#Terms">BSD license</a>.</li>
  <li class="align-right"><a href="http://www.engineyard.com"><img src="assets/4/engineyardproject_logo.png" alt='Engine Yard Project' /></a></li>
</ul>
  </div>
 
</div>
</body>
</html>