Facebook Porting PHP To JVM
nerds-central.blogspot.com
Facebook Porting PHP To JVM
1–10 of 68 posts
Re: Facebook Porting PHP To JVM
#2Re: Facebook Porting PHP To JVM
#3It's the summer of 2018. Facebook shares drop to 17 cents as their PHP to ASM compiler project nears completion.
Re: Facebook Porting PHP To JVM
#4Phalanger worked well even without using the DLR (dynamic language runtime) so a JVM implementation shouldn't be a massive undertaking (except for the lexer and parser parts...)
Re: Facebook Porting PHP To JVM
#5Re: Facebook Porting PHP To JVM
#6Re: Facebook Porting PHP To JVM
#7Re: Facebook Porting PHP To JVM
#8This is all great but... why?
It seems easier to me to port PHP to Rhino or node.js than to bring PHP to the JVM. Especially considering CoffeeScript, PHP just can't keep up.
Re: Facebook Porting PHP To JVM
#9If you're going to make such a massive undertaking anyway (it's not just the new runtime, all existing code will have to be re-tested and re-debugged), why not sink the man-hours into putting it into a new language better suited to the task from the start?
Re: Facebook Porting PHP To JVM
#10I guess someone must really love PHP, though I'm slightly confused as to why. If you're going to make such a massive undertaking anyway (it's not just the new runtime, all existing code will have to be re-tested and re-debugged), why not sink the man-hours into putting it into a new language better suited to the task from the start?