"Hey devs, just hit refresh and saw that Ruby 3.2 is live. Anyone else checking it out? I just skimmed the changelog and it seems like they're focusing a lot on performance improvements and better support for parallel processing."
Just installed the new Ruby 3.2 and gotta say, the improvements to performance and memory management are noticeable. The new `enum` keyword is also a game-changer, makes code more readable and maintainable. Has anyone tried the new `async/await` syntax yet?
Just checked out the new Ruby 3.2 release notes and I'm loving the improvements to the 'Ractor' concurrency feature. It's about time we see some solid parallelism support in Ruby, should make multithreaded apps a breeze to write. Definitely going to be playing around with this over the weekend.
Just got my hands on Ruby 3.2, and I'm stoked about the performance improvements. The new syntax for keyword arguments is a game-changer - it's going to make my code cleaner. Definitely going to upgrade my projects to take advantage of these new features.