|
|
|
|
|
by Cu3PO42
2093 days ago
|
|
It's always really cool to see alternate language implementations with new features or advantages !A similar project for PHP is Peachpie [0]. It runs PHP on the CLR and also claims rather massive performance improvements in some areas [1]. To my understanding it does support some more language features than this. [0] https://www.peachpie.io/
[1] https://www.peachpie.io/benchmarks |
|
Gut feeling: Any attempts on JITting see huge benefits just because of this.