From 424d8da9546e3da9361b209536ad6972920c124a Mon Sep 17 00:00:00 2001 From: Clayton Smith Date: Mon, 10 Dec 2018 11:25:45 -0500 Subject: [PATCH] Revert 5f98ea2856be9271ae8fcd9a23131f6d1728f70f...2d69a417bc5a611282199d770aaa08dd2d98575a on Home --- Home.md | 39 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 38 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index b692bf3..e3f285a 100644 --- a/Home.md +++ b/Home.md @@ -1 +1,38 @@ -Security tested By @sameerphad72 \ No newline at end of file +# 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]] \ No newline at end of file