Are there compilers around that use a syntax other then the java language syntax to produce JVM bytecode?
feedback
|
|
Lots! scala, jruby, jython, Groovy, Clojure etc. | |||||||
feedback
|
|
Plenty. Look at this list of JVM languages for some examples. | |||
|
feedback
|
|
Have you looked at Scala? Alternatively, there is JRuby, Groovy and lots more arriving all the time. Scala seems to be the one that gets the most press at the moment though. | |||
|
feedback
|
|
I don't know what you want to do but there are lots. You can even port Java code to other platforms like android. Depending on what you want to do with the byte code you might like to look at Jasmin which is a Byte Code assembly language and ASM which is a byte reader/minuplator/writer. You can even compile LOLCode based on the language of LOLCats :D
| |||
|
feedback
|
|
There are plenty of them ...
Have a look at the following link : | ||||
|
feedback
|