Earlier quoted context omitted.
There's ActionScript, which can only be interpreted.
Hm. I thought Flash has bytecode rather than ActionScript being plain interpreted.
A graph of programming languages connected through compilers
41–50 of 110 posts
Re: A graph of programming languages connected through compilers
#42Nice visualization, it can be improved though. There are Java compilers directly to native code though, the Oracle JVM isn't the only path.
Dude, if there was some kind of wiki documenting HN lore, there would have to be a page on you drilling this fact into our skulls for years on end! :)
https://hn.algolia.com/?query=java%20native%20pjmlp&sort=byP...
Re: A graph of programming languages connected through compilers
#43Where is Pascal?
Re: A graph of programming languages connected through compilers
#44Re: A graph of programming languages connected through compilers
#4544 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
#46So, 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.
Good fun though.
Re: A graph of programming languages connected through compilers
#47Re: A graph of programming languages connected through compilers
#48Re: A graph of programming languages connected through compilers
#49Where is Pascal?
Re: A graph of programming languages connected through compilers
#50Where is Smalltalk ?