1 posts tagged with compiler by Skorgu.
Displaying 1 through 1.
Bytecode-based virtual machines are the Next Big Thing in programming. You can run
Lisp, Ruby, Python, OCaml, and yes even COBOL on the JVM. Or if you prefer your languages to be a bit more melodic there's J#, A#, P# and F#. Even C/C++ has a bytecode compiler now. That's not to mention languages that have their own VMs like Erlang or that are writing their own like Parrot or PyPy.
posted on Dec 4, 2007 - View this thread