bobvarioa | 1 year ago | on: Porffor: A from-scratch experimental ahead-of-time JS engine
Contributor to Porffor here!
I actually disagree, there's quite a lot that can be improved in JS during compile time. There's been a lot of work creating static type analysis tools for JS, that can do very very thorough analysis, an example that comes to mind is [TAJS](https://www.brics.dk/TAJS/) although its somewhat old.