Live data from Hacker News

Ruby: We have decided to go forward to 3.0 this year

github.com

1–10 of 134 posts

Re: Ruby: We have decided to go forward to 3.0 this year

#8
post #5

Are they going to make non-backward-compatible changes, or is this just a marketing move?

It might be a little of both. I did come across this change to keyword arguments[1] recently, but I'm not sure how impactful it is since I don't personally leverage keyword arguments right now.

[1]: https://www.ruby-lang.org/en/news/2019/12/12/separation-of-p...

Re: Ruby: We have decided to go forward to 3.0 this year

#9

Context? What changes are in v3?

The goal of Ruby v3 is to be 3 times faster than v2. https://blog.heroku.com/ruby-3-by-3/ Unclear if that goal has been achieved.

From benchmarks [1], 2.8.0 (with jit) is ~2x faster than 2.0.0p648 [2].

[1]: https://pragtob.wordpress.com/2020/08/24/the-great-rubykon-b...

[2]: https://pragtob.wordpress.com/2017/01/24/benchmarking-a-go-a...

Post reply on HN