Slashdot Mirror


JRuby Great Addition To Java Development

An anonymous reader writes "JRuby combines the object-oriented strength of Smalltalk, the expressiveness of Perl, and the flexibility of the Java class libraries into a single, efficient rapid development framework for the Java platform. This article introduces JRuby, a sophisticated addition to your Java development toolbox."

1 of 51 comments (clear)

  1. vs Scheme (silk/jscheme) by Anonymous Coward · · Score: 1, Interesting

    (define frame (javax.swing.JFrame. "Slashdot Rul3z"))
    (.setSize frame 400 400)
    (.setVisible frame #t)