|
|
|
|
|
by JimDabell
779 days ago
|
|
> > Someone could throw together a “PHPython” from existing components and get the same effect. > Python has been around for like 30 years, why isn't that quite the case? > I guess there was mod_python but nobody cared enough: https://modpython.org/ Because it sucks! We tried it, it was bad, the Python community left it behind. Maybe if PHP left things that suck behind too then fewer people would say that PHP sucks. |
|
> It is the purest form of web programming. You don't need a framework. Spin up a server and just start writing. Experiment. Do crazy things with it, like an art project. Every page is it's own world. Have fun with it.
Why would that be a bad thing? Even when it comes to something like REPLs, everyone always touts being able to iterate more quickly as a good thing, don't they?
Edit: aside from the implications of an in process language runtime, that was discussed in another comment.