I chose JRuby because it is similar to Elixir in a sense, that they are both dynamic languages ββthat are compiled into bytecode to consume VM.
If I understand correctly, since they are dynamic, the compiler does not have the necessary information to make the bytecode as efficient as their static types.
Is there anything you need to do to ensure that BEAM is the registered VM base and the JVM is the stack-based?
Thank:)
source
share