public
Description: Rubinius, the Ruby VM
Homepage: http://rubini.us
Clone URL: git://github.com/evanphx/rubinius.git
rubinius / doc / faq.txt
100644 46 lines (25 sloc) 0.983 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
# FAQ
 
1. What is Rubinius?
 
    It is an implementation of the Ruby programming language.
 
1. What license does Rubinius use?
 
    BSD. See the LICENSE file in the source code.
 
1. Who contributes to Rubinius?
 
    See [Community](/community.html)
 
1. Does it run Rails?
 
    Not yet.
 
1. Does it run RubyGems?
 
    Yes.
 
1. Does it run Rake?
 
    Maybe.
 
1. Does it run the RubySpecs?
 
    Yes. See [The Rubinius Specs](/specs.html)
 
1. What platforms are supported?
 
    Various x86 and x86_64 systems, both in 32-bit and 64-bit mode. The main
    development platforms--and thereby the most stable--are x86 Mac OS X
    (Leopard usually), x86[_64] GNU/Linux (anything from Arch to Gentoo to
    Ubuntu) and x86[_64] *BSD (mainly FreeBSD).
 
1. Does it run on Windows?
 
    Not yet, but it will eventually. If you are interested in helping, try
    compiling under Cygwin or MSys and report issues.
 
1. Can I contribute?
 
    Yes, please do. See [Contributing](/contributing.html)