> PHP is having trouble keeping up with modern language which are these modern languages and which are the cases where it is not keeping up? IMO PHP is one of the languages where development is really quick and the ecosystem is flourishing.
A great way to look into the future of languages is checking how many people is learning it now compared to the last few years, a great tool for that is google trends and things don't look good for PHP: https://trends.google.com/trends/explore?date=all&geo=US&q=p...
Goro – An implementation of PHP written in Go
11–20 of 135 posts
Re: Goro – An implementation of PHP written in Go
#12Can I run WordPress on it today?
Re: Goro – An implementation of PHP written in Go
#13> PHP is having trouble keeping up with modern language which are these modern languages and which are the cases where it is not keeping up? IMO PHP is one of the languages where development is really quick and the ecosystem is flourishing.
A great way to look into the future of languages is checking how many people is learning it now compared to the last few years, a great tool for that is google trends and things don't look good for PHP: https://trends.google.com/trends/explore?date=all&geo=US&q=p...
Re: Goro – An implementation of PHP written in Go
#14Interesting. This is a repo from Mark Karpeles, the former MtGox CEO
Re: Goro – An implementation of PHP written in Go
#15It's only "having trouble" because it can't change its API from month to month to match whatever's in vogue. A majority of the web still runs on some variant of PHP, and that guarantees that it's not dying anytime soon.
More broadly, it seems the author wants to create a version of PHP that's not focussed on web requests, which is sort of the entire point of PHP.
Re: Goro – An implementation of PHP written in Go
#16Interesting. This is a repo from Mark Karpeles, the former MtGox CEO
Re: Goro – An implementation of PHP written in Go
#17Re: Goro – An implementation of PHP written in Go
#18If you are going to write a go program to run PHP to use go specific features, why use PHP at all?
Re: Goro – An implementation of PHP written in Go
#19https://github.com/MagicalTux/goro/blob/3cb3dfe0eef910c03e41...
More php interpreters is of course nice.