bfc16b8a3c
With hat: ruby
6 lines
336 B
Text
6 lines
336 B
Text
Rice is a C++ interface to Ruby's C API. It provides a type-safe and
|
|
exception-safe interface in order to make embedding Ruby and writing Ruby
|
|
extensions with C++ easier. It is similar to Boost.Python in many ways, but
|
|
also attempts to provide an object-oriented interface to all of the Ruby C API.
|
|
|
|
WWW: https://rubygems.org/gems/rice
|