CSC/ECE 517 Fall 2010/ch3 3i IC
Mixing Static and Dynamic Language Code
Introduction
Many middleware solutions have been developed to combine static and dynamic languages to take advantage of both types of code. Previous wiki chapters have discussed JRuby, a Java implementation Ruby.
Ruby and C
Ruby has an inherent relationship with the C language since the current Ruby implementation is written in C.