Interesting. This is a repo from Mark Karpeles, the former MtGox CEO
Hah. You can lose people hundreds of millions of dollars worth of assets and because it is magic internet money and not real money, you are coding instead of in jail.
Goro – An implementation of PHP written in Go
21–30 of 135 posts
Re: Goro – An implementation of PHP written in Go
#22Re: Goro – An implementation of PHP written in Go
#23Can I run WordPress on it today?
No: https://github.com/MagicalTux/goro/blob/master/README.md#tod...
Re: Goro – An implementation of PHP written in Go
#24Interesting. This is a repo from Mark Karpeles, the former MtGox CEO
Hah. You can lose people hundreds of millions of dollars worth of assets and because it is magic internet money and not real money, you are coding instead of in jail.
Re: Goro – An implementation of PHP written in Go
#25Earlier quoted context omitted.
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...
I'm not sure that's a great way to evaluate things. Add in "Laravel" and things look pretty different: https://trends.google.com/trends/explore?date=all&geo=US&q=p... I know I personally steer any newbie away from Googling up "php tutorial" - most of them are horrible, full of bad coding practices and vulnerabilities. I steer them to a good framework and suggest they peruse its docs.
You can't just compare searches for tutorials on one platform against an entire other platform itself like that.
The vast, vast majority of PHP out there does not use Laravel.
Re: Goro – An implementation of PHP written in Go
#26Funny how so much is missing. I mean what does work?
Re: Goro – An implementation of PHP written in Go
#27One of the most "hip to hate" languages implemented in one of the most "hip to love" languages...
Re: Goro – An implementation of PHP written in Go
#28Any chance someone wants to do a benchmark to compare the performance of this to other PHP implementations?
Re: Goro – An implementation of PHP written in Go
#29Interesting. This is a repo from Mark Karpeles, the former MtGox CEO
Hah. You can lose people hundreds of millions of dollars worth of assets and because it is magic internet money and not real money, you are coding instead of in jail.
Also if the bankruptcy proceeds as planned, nobody will lose real money. (Btc sale so far covers all the fiat they owe and a bit more)
Re: Goro – An implementation of PHP written in Go
#30Earlier quoted context omitted.
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...
There is also this to consider https://haydenjames.io/80-percent-web-powered-by-php/
I find it pretty annoying that they don't post stats on the websites that they couldn't classify. I think it's likely that their survey suffers from some level of survivorship bias: only websites that loudly announce their tech stack get counted.
So, how do they know which programming language is being used by a server? From https://w3techs.com/faq, they look at:
- HTML elements of web pages
- Specific HTML tags, for example the generator meta tag
- The URL structure of a site
- HTTP headers, for example cookies
- HTTP responses to specific requests, for example compression
I typically run Python / Django sites, and the only way, that you would know I'm running Python is a few Django-specific security/auth cookies. _Maybe_ that stuff gets picked up by their crawler. If I was running another Python web framework, like Flask, then you'd have no idea what kind of app server was sitting behind NGINX.