CSC/ECE 517 Fall 2010/ch3 3i MM: Difference between revisions
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
= Introduction = | = Introduction = | ||
Ruby is dynamic language that is useful for everything from short scripting assignments, to entire web | Ruby is dynamic language that is useful for everything from short scripting assignments, to entire web applications and desktop GUI applications. However, there are inherent limitations in what Ruby can do because of its interpreter. | ||
= Using C from Ruby = | = Using C from Ruby = |
Revision as of 13:27, 6 October 2010
Introduction
Ruby is dynamic language that is useful for everything from short scripting assignments, to entire web applications and desktop GUI applications. However, there are inherent limitations in what Ruby can do because of its interpreter.