Crystal with embedded MRuby C library
$ git clone https://github.com/RyanScottLewis/crmrb.git
$ cd crmrb
$ rake build
$ ./build/exe/crmrb ./examples/hello.rb
Hello from MRuby in Crystal
Hello from MRuby defined class & instance method
- Fork it ( https://github.com/RyanScottLewis/crmrb/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- RyanScottLewis Ryan Scott Lewis - creator, maintainer