Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Lightweight Ruby

License

NotificationsYou must be signed in to change notification settings

mruby/mruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The mruby programming language

mruby

GitHub Super-Linter

What is mruby

mruby is the lightweight implementation of the Ruby language complying to (partof) theISO standard with more recent features provided by Ruby 3.x.Also, its syntax is Ruby 3.x compatible except for pattern matching.

You can link and embed mruby within your application. The "mruby" interpreterprogram and the interactive "mirb" shell are provided as examples. You can alsocompile Ruby programs into compiled byte code using the "mrbc" compiler. Allthese tools are located in the "bin" directory. "mrbc" can also generatecompiled byte code in a C source file. See the "mrbtest" program under the"test" directory for an example.

This achievement was sponsored by the Regional Innovation Creation R&D Programsof the Ministry of Economy, Trade and Industry of Japan.

How to get mruby

To get mruby, you can download the stable version 3.3.0 from the official mrubyGitHub repository or clone the trunk of the mruby source tree with the "gitclone" command. You can also install and compile mruby usingruby-install,ruby-build orrvm.

The latest development version of mruby can be downloaded via the following URL:https://github.com/mruby/mruby/zipball/master

The trunk of the mruby source tree can be checked out with thefollowing command:

$git clone https://github.com/mruby/mruby.git

mruby homepage

The URL of the mruby homepage is:https://mruby.org.

Mailing list

We don't have a mailing list, but you can useGitHub issues.

How to compile, test, and install (mruby and gems)

For the simplest case, type

rake all test

See thecompile.md file for the detail.

Building documentation

There are two sets of documentation in mruby: the mruby API (generated by YARD) and C API (Doxygen and Graphviz)

To build both of them, simply go

rake doc

You can also view them in your browser

rake view_apirake view_capi

How to customize mruby (mrbgems)

mruby contains a package manager called "mrbgems" that you can use to createextensions in C and/or Ruby. For a guide on how to use mrbgems, consult themrbgems.md file, and for example code, refer to theexamples/mrbgems/ folder.

Index of Document

License

mruby is released under theMIT License.

Note for License

mruby has chosen a MIT License due to its permissive license allowingdevelopers to target various environments such as embedded systems.However, the license requires the display of the copyright notice and licenseinformation in manuals for instance. Doing so for big projects can becomplicated or troublesome. This is why mruby has decided to display "mrubydevelopers" as the copyright name to make it simple conventionally.In the future, mruby might ask you to distribute your new code(that you will commit,) under the MIT License as a member of"mruby developers" but contributors will keep their copyright.(We did not intend for contributors to transfer or waive their copyrights,actual copyright holder name (contributors) will be listed in theAUTHORSfile.)

Please ask us if you want to distribute your code under another license.

How to Contribute

To contribute to mruby, please refer to thecontribution guidelines and send a pull request to themruby GitHub repository.By contributing, you grant non-exclusive rights to your code under the MIT License.


[8]ページ先頭

©2009-2025 Movatter.jp