Skip to content
/ mirah Public
forked from mirah/mirah

The Mirah Programming Language

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

uujava/mirah

 
 

Repository files navigation

Mirah

Build Status

DESCRIPTION

Mirah is a customizable programming language featuring static types, local type inference and a heavily Ruby-inspired syntax. Mirah currently includes a typer/compiler backend for the JVM which can output JVM bytecode.

FEATURES

  • Ruby-like syntax
  • Compiles to .class
  • Fast as Java
  • No runtime library

SYNOPSIS

mirah <script.mirah>
mirah -e "inline script"
mirahc <script.mirah>
mirahc -e "inline script" # produces DashE.class

REQUIREMENTS

  • Java 1.7 or higher.

INSTALL

RUBY

If your gem and rake are not from from JRuby, prefix the commands with jruby -S

$ gem install mirah

ZIP

You can also install Mirah from a zip file. Download the latest stable release from https://github.com/mirah/mirah/downloads. Extract it, and add bin to your $PATH to be able to use mirah, mirahc, etc.

SOURCE

To build and install from source, you'll need jruby 1.7.12 or higher. Then just follow these commands.

$ git clone http://github.com/mirah/mirah.git
$ cd mirah
$ bundle install
$ rake gem
$ gem install pkg/mirah-*.gem

For Java tools

To build the Mirah jar from source run rake jar in the mirah directory.

About

The Mirah Programming Language

Resources

License

Apache-2.0, Unknown licenses found

Licenses found

Apache-2.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Mirah 64.2%
  • Ruby 27.8%
  • JavaScript 4.8%
  • Shell 1.4%
  • Java 0.8%
  • CSS 0.5%
  • Other 0.5%