DEV Community

Discussion on: Would a compiled version of PHP be great

Collapse
 
nicolasguzca profile image
Nick • Edited

Totally agree, PHP 7.2 is very fast and it works great. Also, php being a scripting language it has many advantages over a compiled language. When I need stuff done fast and simple (lets say a web page that consumes a public JSON API and shows it on the page) it is so much faster to do it in PHP that in .Net Core.