dbohdan / embedded-scripting-languages

A list of embedded scripting languages
http://dbohdan.github.io/embedded-scripting-languages/
1.3k stars 78 forks source link

PH7 - Embedded Implementation of PHP #16

Closed symisc closed 6 years ago

symisc commented 6 years ago

Consider adding PH7 which is an embedded, single C file implementation of PHP (compiler and VM). https://github.com/symisc/PH7

dbohdan commented 6 years ago

Thanks for the suggestion! I've seen PH7 before and was impressed by it, but I only include non-copyleft or limited-scope copyleft (e.g., LGPL) scripting languages on this list because that's what I find the most useful. PH7 will be among the first projects I add if I revise this policy.

dbohdan commented 3 years ago

Added in 7b2aa60f2d1d18b2002a75408091836f1ded8a4c after allowing strong copyleft.