A graph of programming languages connected through compilers
1–10 of 110 posts
Re: A graph of programming languages connected through compilers
#2Re: A graph of programming languages connected through compilers
#3There are Java compilers directly to native code though, the Oracle JVM isn't the only path.
Re: A graph of programming languages connected through compilers
#4- CIL to C++ using CoreRT/AoT compiler [1]
- JVM to CIL using ikvmc [2]
- Quite a few languages to WebAssembly using LLVM [3]
- J# if you are willing to include dead but somewhat significant languages
[1] https://blogs.msdn.microsoft.com/alphageek/2016/10/13/native...
[2] http://www.ikvm.net/userguide/ikvmc.html
[3] https://stackoverflow.com/questions/43540878/what-languages-...
Re: A graph of programming languages connected through compilers
#5Re: A graph of programming languages connected through compilers
#6Nice visualization, it can be improved though. There are Java compilers directly to native code though, the Oracle JVM isn't the only path.
Re: A graph of programming languages connected through compilers
#7A few missing items: - CIL to C++ using CoreRT/AoT compiler [1] - JVM to CIL using ikvmc [2] - Quite a few languages to WebAssembly using LLVM [3] - J# if you are willing to include dead but somewhat significant languages [1] https://blogs.msdn.microsoft.com/alphageek/2016/10/13/native... [2] http://www.ikvm.net/userguide/ikvmc.html [3] https://stackoverflow.com/questions/43540878/what-languages-...
Edit: Or I guess technically python byte code. [1]
Re: A graph of programming languages connected through compilers
#8A few missing items: - CIL to C++ using CoreRT/AoT compiler [1] - JVM to CIL using ikvmc [2] - Quite a few languages to WebAssembly using LLVM [3] - J# if you are willing to include dead but somewhat significant languages [1] https://blogs.msdn.microsoft.com/alphageek/2016/10/13/native... [2] http://www.ikvm.net/userguide/ikvmc.html [3] https://stackoverflow.com/questions/43540878/what-languages-...
Re: A graph of programming languages connected through compilers
#9Re: A graph of programming languages connected through compilers
#10A few missing items: - CIL to C++ using CoreRT/AoT compiler [1] - JVM to CIL using ikvmc [2] - Quite a few languages to WebAssembly using LLVM [3] - J# if you are willing to include dead but somewhat significant languages [1] https://blogs.msdn.microsoft.com/alphageek/2016/10/13/native... [2] http://www.ikvm.net/userguide/ikvmc.html [3] https://stackoverflow.com/questions/43540878/what-languages-...
Also, rust to webassembly
Actually, WebAssembly as a compile target is just generally not there on the graph, which is weird. The Wasm compiler scene is pretty rapidly fluctuating though.