Sharon Phillips wrote:
> Thanks to everyone else for the suggestions too.
> I think I'll have a closer look at JRuby. This seems the best fit 
> currently, and I understand it can bridge to Java? That would be useful.

Well, JRuby is Java...so it's not as much a bridge as other solutions.

include Java

import java.lang.System

System.out.println("foo")

- Charlie