As a php and golang developer I would say if you are starting out and want to see results quickly - try ruby on rails. Ruby is dynamically typed interpreted language, you won't need to recompile every time you make a change and learning curve should be more approachable than rust or go.
I didn't realize I'd have to recompile Golang code after every change. That's good to know. Thanks!
The Go compiler is really fast, effectively hot-reloads on every save.