Experimentally compiling PHP code to Rust
– ryangjchandler.co.uk - submitted by Ryan Chandler
A blog post about an experiment that converts PHP to Rust and is capable of generating native binaries.
Read more [ryangjchandler.co.uk]
Posts tagged with transpiling
– ryangjchandler.co.uk - submitted by Ryan Chandler
A blog post about an experiment that converts PHP to Rust and is capable of generating native binaries.
Read more [ryangjchandler.co.uk]
– blog.logrocket.com - submitted by Leonardo Losoviz
This is an intro to how transpiling works for PHP: Similar to how Babel compiles JS to make it compatible with older browsers, Rector can convert PHP code across versions. So we can use PHP 7.4 features (typed properties, arrow functions), and deploy it to PHP 7.1.
Read more [blog.logrocket.com]