Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
miura1729 committed Apr 23, 2012
1 parent 2418af6 commit 90eb8a1
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
1. Waht is mrubyRuby

The mrubyRuby is a wrapper of CRuby for mruby. You can use mruby through CRuby.
What is good it? I create it for joke, but I think it is useful. For example,

Develop mruby software tools by cruby (Debugger, Inspecter)

Debug or test mruby using the state of embedded other software

2. Install
TODO

3. Sample

require 'mruby'

MRuby.eval('p "foo"')

MRuby.eval invoke mruby and eval argument string.
This version of mrubyRuby have onlu MRuby.eval method,
but I have idea about other method sand classes for conroling mruby detailedly.

3. License

mruby's

4. Author

Miura Hideki
m-72 at tf6.so-net.ne.jp (e-mail)
http://twitter.com/miura1729 (twitter)
http://d.hatena.ne.jp/miura1729 (blog in japanese)

5. Acknowledgement

Mr. Fuji Goro (@__gfx__) gives me a very good advice about symbol
conflict between mruby and CRuby.

I thanks Matz and Ruby community members for creating mruby and CRuby.

0 comments on commit 90eb8a1

Please sign in to comment.