devxlogo

Mirah: A Ruby Syntax for Java

Mirah: A Ruby Syntax for Java

A number of programming languages, including Scala, Clojure, Groovy, JRuby and Jython offer alternatives to Java. Another relatively new language, Mirah, brings some of Ruby’s best features to the JVM. It might be best described as “statically typed Ruby.”

[login]

Creator Charles Nutter explains, “I started to realize it was really just a few key features from Ruby that I wanted: nice literals, clean syntax, basic closure support, iteration. I started wondering how many of these things can I implement without any runtime, just generating Java bytecode directly. How far could you take that? And it turns out you can actually take that a long way. You can do a lot of what people love about Ruby without doing anything more complicated than what Java does.”

View article

devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist