Hacker News new | ask | show | jobs
by pjmlp 4438 days ago
> Go is like a better Ruby or Python.

Not really as it lacks the expressive power of the said languages.

And if one is looking for execution speed there are alternatives like Cython, PyPy, JRuby and RubyMotion.

For the OP question, if he values a mordern 21st century language, Rust is the way to go, even at pre 1.0.

1 comments

Go wins over Ruby and Python for many people due to it's speed, tooling, and trivial deployment. A language is more than just expressive power.

I personally don't find Go to be that interesting, but the number of Ruby and Python people who are making re move and are happy with it indicates that I'm an oddball.

What I think is that many moving to Go, do so without trying out other runtimes/compilers available for the said languages.