News

Java, in fact, enforces types more weakly than Ruby. For example, Java evaluates "4" + 2 as "42", ... JRuby, an open source Ruby interpreter for the JVM, simplifies Ruby-Java integration.
Jeff Cohen‘s blog post Ruby 101: Naming Conventions does a nice job of covering conventions associated with the Ruby programming language. I like how he specifically writes to Java developers ...
The JRuby team has released JRuby 10, a major upgrade of the Ruby implementation on the Java Virtual Machine (JVM), introducing compatibility with Ruby 3.4, full support for Java 21, and several ...
Charles Nutter remembers when, working as a Java architect, he attended a conference and saw the Ruby programming language for the first time. And he was blown away. “I was just stunned that I ...
The Ruby programming language is impacted by a similar "deserialization issue" that has affected and wreaked havoc in the Java ecosystem in 2016; an issue that later also proved to be a problem ...
"One of our favorite examples is an 80 line Java application that specifies 7 dependencies. When you walk the entire dependency tree, however, you find 59 sub-dependencies, and suddenly, the 80 ...
A key Java platform developer is moving forward with an experimental programming language dubbed Mirah, which attempts to meld the niceties of Ruby with the heavy-duty performance of Java.Mirah is ...