CSC/ECE 517 Fall 2012/ch1 1w6 pp: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "<p>The Ruby Programming Language on the JVM. Ruby is a reflective, dynamic, and interpreted object-oriented scripting language. JRuby is a Java programming language implementati...")
 
No edit summary
Line 1: Line 1:
<p>The Ruby Programming Language on the JVM.  
<p>This page is about the mixing static and dynamic Object Oriented code. This page will mention some difficulties when these 2 types of object orientation are mixed and then we will give on practical example of such in JRuby. JRuby is mixing of Java and Ruby, this page will cover the different types of such mixings and examples of each of them. </p>
Ruby is a reflective, dynamic, and interpreted object-oriented scripting language. JRuby is a Java programming language implementation of the Ruby language syntax, core libraries, and standard libraries. With JRuby, you get all of the advantages of Ruby plus access to the full range of Java platform functionality. </p>

Revision as of 18:19, 9 September 2012

This page is about the mixing static and dynamic Object Oriented code. This page will mention some difficulties when these 2 types of object orientation are mixed and then we will give on practical example of such in JRuby. JRuby is mixing of Java and Ruby, this page will cover the different types of such mixings and examples of each of them.