Forest header image

Symfony Finland
Random things on PHP, Symfony and web development

Overview for transpiling

PHP 7 compatibility through Symfony Polyfill, not transpiling

In the JavaScript realm it's become a common practise to transpile code. This means that you write your code in the latest & greatest syntax and translate that to something that is widely supported.

That's how JS developers are deploying ES 2015 to production today, even though complete browser or server implementations don't exist.


Written by Jani Tarvainen on Saturday October 31, 2015
Permalink - Tags: hhvm, php7, php, transpiling