Hi,
I've just came across Mirah. I like the language and the idea of
having a human-readable layer between me and Java a lot.
Unfortunately, on my Intel Core 2 laptop mirahc takes 11 seconds to
compile hello world complexity level applications. Not being able to
find a solution which would speed the process up, I came up with a
tool which spins up a single JVM and can be used to compile any number
of Mirah source files. It's based on DRb and works in a client-server
mode.
Grab a copy at
https://github.com/jstepien/mirahd
I'm looking forward to your comments.
Cheers,
Jan Stępień