问题
How can I generate byetcode from Ruby 1.9??
My intent is to generate bytecode not the source code and ship it along with my application package. I am aware of the JRuby approach but I am facing certain issues there
回答1:
Call BCEL library from JRuby. BCEL library is shipped with JDK.
来源:https://stackoverflow.com/questions/4014016/how-to-generate-bytecode-in-ruby-1-9