Is Ruby still worth learning in 2020?
1–6 of 6 posts
Re: Is Ruby still worth learning in 2020?
#2Re: Is Ruby still worth learning in 2020?
#3There are better alternatives like Golang, Rust, Elixir or even Crystal. I’m not even sure why Ruby should exist or even be used in 2020, if it is still stuck in versions 2.x.
Re: Is Ruby still worth learning in 2020?
#4It's also faster than Python on a bunch of benchmarks (sorry I don't have a link). The next version will have a JIT compiler so performance will keep getting better.
There's also Elixir and Crystal which are inspired by Ruby, so the spirit lives on regardless.
Re: Is Ruby still worth learning in 2020?
#5Goodness me No. Ruby has become a sunken cost. There are better alternatives like Golang, Rust, Elixir or even Crystal. I’m not even sure why Ruby should exist or even be used in 2020, if it is still stuck in versions 2.x.
Re: Is Ruby still worth learning in 2020?
#6Lots of companies are still using it, and although it's not hyped that much anymore, it is much nicer to use than JS or PHP which means dealing with legacy code is less of a headache IMHO. So it will continue to be a money machine for those who don't need to be at the bleeding edge and reinvent everything. It's also faster than Python on a bunch of benchmarks (sorry I don't have a link). The next version will have a…