Who knew writing a compiler could be so much fun. I managed to accomplish two things tonight. It's late and I have a flight home tomorrow, so I'll be brief. jrubyc: JRuby's Ahead-Of-Time (AOT) Compiler I have whipped together the very barest of command-line, ahead-of-time compilers, along with a simple script to invoke it. ~/NetBeansProjects/jruby $ jrubyc Usage: jrubyc <filename> [<dest>] It's mo