Resources


Mirah http://github.com/mirah/mirah/


Contact Points

irc.freenode.org #mirah

Mailing List:

Issue Navigator


Presentations

Rubyconf 2009 presentation :

Nutter at OSCON 2010:


Getting Started/Examples

Building Mirah

Getting started with Duby and MongoDB

You can create a Duby class and use it in your Java code. It’s because “Duby is Java with Ruby syntax”. And it?s wonderful.

Also Mirah runs well on Google App Engine. Check out the examples/appengine code in the github repository.
Working demo of examples/appendinge:

Here is a web framework written for duby:

http://github.com/mirah/dubious


JRuby

http://kenai.com/projects/jruby/

Some jruby related links:

irc.freenode.org #jruby

Rubyconf 2009 Presentation :


Related Programming Languages

Here’s some others that are most similar to mirah:

  • http://github.com/alextkachman/groovypp groovy++ is an attempt to have static (compiled) groovy (jvm).
  • scala is something of a mix of ruby, java, and some improvements, like built-in actors for concurrency (jvm).
  • D http://www.digitalmars.com/d/2.0/comparison.html D is like C but with closures, et al (non JVM).
  • Go language: Go is essentially a compiled (typed) dynamic-looking language with some extra concurrency constructs built-in (non JVM).