CSC/ECE 517 Spring 2014/ch1 1w1h jg: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== '''Ruby libraries to load objects of other languages at run time''' ==") |
No edit summary |
||
Line 1: | Line 1: | ||
== '''Ruby libraries to load objects of other languages at run time''' == | == '''Ruby libraries to load objects of other languages at run time''' == | ||
[http://en.wikipedia.org/wiki/Ruby_(programming_language) 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 you need to interface to things at a lower level. Once you start adding in low-level code written in C/C++/java, the possibilities are endless. |
Revision as of 20:41, 4 February 2014
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 you need to interface to things at a lower level. Once you start adding in low-level code written in C/C++/java, the possibilities are endless.