Expressive Languages for the JVM (JRuby/Mirah)

J

Josh Cheek

[Note: parts of this message were removed to make it a legal post.]

Thought you guys might enjoy "Expressive Languages for the JVM", a Google
Tech Talk by Charles Oliver Nutter, from Engine Yard.



The first half is on JRuby and talks about threading, JVM optimizations,
scaling Rails, had a couple demos, and gives a Ruboto demo (Jruby on
Android).

The second half talks about Mirah (the language formerly known as Duby). I
don't have experience with it, but it seems to be Java with Ruby based
syntax (I think they actually use Ruby's parser) and some added features.
But unlike JRuby, which requires you to load and run additional files, Mirah
compiles to pure Java / Bytecode, so you don't need to carry anything around
with you, like the JRuby runtime. In other words, you get Java performance
and portability, but ruby aesthetics, and some additions like closures,
mixins, and optional arguments. They also showed an Android app written in
Mirah, and a web framework for App Engine called dubious that is very very
strongly patterned after Rails.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top