←back to thread

129 points surprisetalk | 1 comments | | HN request time: 0.222s | source
Show context
brazzy ◴[] No.44454676[source]
Early 2000s PHP was a DSL for very simple web apps. So it's no surprise it excels at that.

People soon found out that it was not very good at complex web apps, though.

These days, there's almost no demand for very simple web apps, partially because common use cases are covered by SaaS providers, and those with a need and the money for custom web apps have seen all the fancy stuff that's possible and want it.

So it's no surprise that today's languages and frameworks are more concerned with making complex web apps manageable, and don't optimize much (or at all) for the "very simple" case.

replies(3): >>44454915 #>>44454987 #>>44455055 #
1. Taikonerd ◴[] No.44454915[source]
> People soon found out that it was not very good at complex web apps, though.

They eventually made it fit for purpose with Laravel ;-)