▲ | muglug 3 days ago | ||||||||||||||||||||||||||||||||||
> The PHP Foundation has raised over 2 million USD in contribution and has over 500K in their balance This is great, but it is still dwarfed by the amount Microsoft has spent on TypeScript and also by the amount Stripe has spent on Sorbet. 500k is roughly comparable to the amount my previous company spent (grudgingly) to keep me employed and working on PHP tooling for a couple of years. | |||||||||||||||||||||||||||||||||||
▲ | hu3 3 days ago | parent [-] | ||||||||||||||||||||||||||||||||||
True but TypeScript and Sorbet are magnitudes above linting and formatting PHP, in terms of challenge size. TypeScript is a very complex language with a huge mission. From the same creator of C#. Sorbet is trying to tame a dynamically typed language which supports monkey patching. Stripe can get away with it because they have close to infinite money and a large Ruby codebase. Meanwhile PHP is stable and typed. Parsing AST, linting and formatting are trivial in comparison to the examples you cited. Their package manager, composer, is also boring a stable, in a good way. Prime target for a second pass if need be. | |||||||||||||||||||||||||||||||||||
|