CSC/ECE 517 Spring 2014/ch1 1w1h jg

From Expertiza_Wiki
Revision as of 20:58, 4 February 2014 by Qjia2 (talk | contribs)
Jump to navigation Jump to search

Ruby libraries to load objects of other languages at run time

Ruby is a dynamic, reflective, object-oriented, general-purpose programming language. It is easy to extend Ruby with new features by writing code in Ruby. But every now and then extending ruby with low-level languages, such asC/C++/Java is also necessary.

Currently, various kinds of languages codes could be invoked from within ruby. The extension for C/C++ and Java are focused here.

Ruby C/C++ extensions

Ruby JAVA extensions