A graph of programming languages connected through compilers
21–30 of 110 posts
Re: A graph of programming languages connected through compilers
#22Re: A graph of programming languages connected through compilers
#23So, you can apparently compile C++ to LLVM-IR, then to Javascript, then to Python and then to C++ (you can do similar feat with C). Wonder if there is a fix point, or it diverges.
Re: A graph of programming languages connected through compilers
#24Nice visualization, it can be improved though. There are Java compilers directly to native code though, the Oracle JVM isn't the only path.
According to this graph one could actually get from Java to Objective-C to LLVM-IR to Machine Code... Or with LLVM-IR to C in the last step you could get from Java to C...
Re: A graph of programming languages connected through compilers
#25Re: A graph of programming languages connected through compilers
#2642 languages compile to Machine Code
Wait, what? There are 2 languages that don't compile to Machine Code? Which ones are those, and how is it even possible?
Re: A graph of programming languages connected through compilers
#2744 languages 42 languages compile to Machine Code Wait, what? There are 2 languages that don't compile to Machine Code? Which ones are those, and how is it even possible?
Re: A graph of programming languages connected through compilers
#2844 languages 42 languages compile to Machine Code Wait, what? There are 2 languages that don't compile to Machine Code? Which ones are those, and how is it even possible?
Re: A graph of programming languages connected through compilers
#29Did Javascript become the babelfish of all languages?