@woozle @Girgias @ramsey @cptwtf @IceWolf
maybe... I mean "runtime" as in... there is something that my programme is "running on top of or through", without which it could not work..
That is not the case for systems languages like C,C++ or Rust.
php/js/python/ruby and also JVM and .Net languages and to a lesser extent Go ... are just a different category of language.
The php interpreter/runtime, call it what you like, is written in C/C++. So is the JVM. Could you write it in php?
@oschonrock @woozle @ramsey @cptwtf @IceWolf I mean, someone did it for funsies: https://github.com/ircmaxell/PHPPHP
Like nothing prevents it from being done.