mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Revert 5f98ea2856be9271ae8fcd9a23131f6d1728f70f...2d69a417bc5a611282199d770aaa08dd2d98575a on Home
+38
-1
@@ -1 +1,38 @@
|
||||
Security tested By @sameerphad72
|
||||
# Welcome to the mruby wiki!
|
||||
|
||||
## What's mruby
|
||||
|
||||
mruby is the lightweight implementation of the Ruby language complying to
|
||||
the [ISO standard](http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=59579).
|
||||
mruby can run Ruby code in 'interpreter mode' or 'compile and execute it on a virtual machine' depending on the developer's preference.
|
||||
|
||||
This achievement was sponsored by the Regional Innovation Creation R&D Programs of
|
||||
the Ministry of Economy, Trade and Industry of Japan.
|
||||
|
||||
## Getting started
|
||||
|
||||
* Read this [mruby introduction blog post](http://matt.aimonetti.net/posts/2012/04/25/getting-started-with-mruby/).
|
||||
* See the [Hello World example](https://github.com/mruby/mruby/wiki/Hello-World).
|
||||
* [Related Projects](https://github.com/mruby/mruby/wiki/Related-Projects)
|
||||
|
||||
## Supported platforms
|
||||
|
||||
The list of platforms/toolchains on which mruby is **known** to compile (or not) is available [here](wiki/Supported-Platforms).
|
||||
|
||||
## Stable versions
|
||||
|
||||
In 2014-01-31, mruby Forum has released stable version(v1.0.0) of mruby.
|
||||
|
||||
* Official Repository: https://github.com/mruby-Forum/mruby
|
||||
|
||||
Mruby Forum is a non-profit organization to maintain, educate and promote mruby. (http://forum.mruby.org/)
|
||||
|
||||
* [[Unofficial-translation-of-download-page-(stable-v1.0.0)]]
|
||||
|
||||
## FAQ
|
||||
|
||||
* [[FAQ-(General-Topic)]]
|
||||
* [[Build-FAQ]]
|
||||
* [[FAQ-(Coding-Style)]]
|
||||
* [[mrbgems-FAQ]]
|
||||
* [[scripting-FAQ]]
|
||||
Reference in New Issue
Block a user