Hacker News new | ask | show | jobs
by Aeolun 2762 days ago
But... why?

If you are going to write a go program to run PHP to use go specific features, why use PHP at all?

1 comments

One common reason is to port/enable feature-specific legacy code without having to drag along a standalone interpreter.

It can also be used as a common in-application scripting language.