|
|
|
|
|
by Xeoncross
1384 days ago
|
|
I enjoyed PHP at one point. I wrote frameworks, ORM's, NLP, template engines, etc.. Then I discovered Go which is like a grown-up version of PHP. Really simple to get started, solid standard library (PHP relies a lot on extensions), and fixes all the little things like formatting/styling, testing, error handling, benchmarking, modules, and parallel code execution. It does all this in much less memory and is much faster. Go is an excellent replacement for PHP when you start hitting the limits of little Laravel apps. |
|
[0] https://news.ycombinator.com/item?id=25616593