Hacker News new | ask | show | jobs
by zippoxer 2195 days ago
Same. I love Go, the language, much more than PHP, but Laravel.. Laravel is really great.

I wish Go had something as convenient and complete as Laravel. Unfortunately that's impossible to achieve in a static language without polymorphism (generics) or metaprogramming.

I'm waiting for Go to introduce polymorphism and I'll be watching closely to see how 'post-generics' web frameworks make Go great again!

1 comments

Have you tried the Buffalo framework? It's touted as Go's answer to Rails.
I've tried Buffalo. It's... fine, but it doesn't have the same feel as Laravel does for PHP.