Skip to content

Instantly share code, notes, and snippets.

@abscondment
Created May 20, 2011 17:56
Show Gist options
  • Save abscondment/983418 to your computer and use it in GitHub Desktop.
Save abscondment/983418 to your computer and use it in GitHub Desktop.

Mirah for Android Development

Mirah is a new JVM language that features Ruby-like syntax, metaprogramming, and macros. It lets you write expressive code without the penalty of requiring a runtime environment. As such, it is very well-suited for tareting platforms in which runtimes are impractical; to wit, mobile phones.

This talk will introduce using Mirah for Android development by way of the following topics:

  • A brief run through of Mirah and its relation to Java/Ruby.
  • Using Pindah to start and build a toy Mirah application.
  • Mixing Mirah code into an existing Java/Ant application.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment