Are there compilers around that use a syntax other then the java language syntax to produce JVM bytecode?

link|improve this question
1  
possible duplicate of Modern alternatives to Java – Goran Jovic Mar 20 '11 at 21:20
feedback

5 Answers

Lots! scala, jruby, jython, Groovy, Clojure etc.

See http://en.wikipedia.org/wiki/List_of_JVM_languages

link|improve this answer
1  
Clojure too. (And Grails is not a language). – sepp2k Mar 20 '11 at 11:34
@sepp2k Fair point. Edited – svrist Mar 20 '11 at 11:38
feedback

Plenty. Look at this list of JVM languages for some examples.

link|improve this answer
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.

link|improve this answer
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

HAI
CAN HAS STDIO?
PLZ OPEN FILE "LOLCATS.TXT"?
    AWSUM THX
        VISIBLE FILE
    O NOES
        INVISIBLE "ERROR!"
KTHXBYE
link|improve this answer
feedback

There are plenty of them ...

  1. Lisp : Lisp as an Alternative to Java
  2. Scala,
  3. Jython,
  4. JRuby,
  5. Groovy etc ..

Have a look at the following link :

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.