Truffle/Graal.... hmm... I am looking for a compiler to bytecode, not a VM though. And since Graal is the VM and Truffle the interface to the VM in a graph like manner, I see no real solution for the actual compilation part. That makes it great for an interpreter, but I don't want to interface the GraalVM here. Am I missing something?

On 01.02.2016 14:03, Alessio Stalla wrote:
Truffle/Graal? I haven't followed it closely, so I don't know if it
matches what you're searching for.
It would be a great thing to have, sure.

On 1 Feb 2016 13:56, "Jochen Theodorou" <blackd...@gmx.org
<mailto:blackd...@gmx.org>> wrote:

    Hi,

    I was wondering if anyone knows of an effort to create a compiler
    for the java world, that can understand multiple programming
    languages. Be it using some IR or other means. Because I am aware of
    no such effort really. And outside Java I know only gcc and llvm
    doing things remotely like that.

    My ideal would be a compiler allowing to mix multiple languages to
    some extend without having to use different independent compilation
    steps for each language. I would be interested in that, even if
    there is no actual implementation and only a research project (but
    then the paper has to be freely available)

    Having spend a lot of time with compilers I very well know that such
    a thing is really not an easy task and there are numerous problems
    to solve... but that is exactly why I am looking for available
    resources - to not to make all those mistakes again and again

    bye Jochen

    --
    You received this message because you are subscribed to the Google
    Groups "JVM Languages" group.
    To unsubscribe from this group and stop receiving emails from it,
    send an email to jvm-languages+unsubscr...@googlegroups.com
    <mailto:jvm-languages%2bunsubscr...@googlegroups.com>.
    To post to this group, send email to jvm-languages@googlegroups.com
    <mailto:jvm-languages@googlegroups.com>.
    Visit this group at https://groups.google.com/group/jvm-languages.
    For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google
Groups "JVM Languages" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to jvm-languages+unsubscr...@googlegroups.com
<mailto:jvm-languages+unsubscr...@googlegroups.com>.
To post to this group, send email to jvm-languages@googlegroups.com
<mailto:jvm-languages@googlegroups.com>.
Visit this group at https://groups.google.com/group/jvm-languages.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "JVM 
Languages" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jvm-languages+unsubscr...@googlegroups.com.
To post to this group, send email to jvm-languages@googlegroups.com.
Visit this group at https://groups.google.com/group/jvm-languages.
For more options, visit https://groups.google.com/d/optout.

Reply via email to