Ruby 3.0.0 RC1
ruby-lang.org
Ruby 3.0.0 RC1
1–10 of 133 posts
Re: Ruby 3.0.0 RC1
#2Re: Ruby 3.0.0 RC1
#3Re: Ruby 3.0.0 RC1
#4Re: Ruby 3.0.0 RC1
#5Re: Ruby 3.0.0 RC1
#6Re: Ruby 3.0.0 RC1
#7Could someone familiar with the Fiber/Async thing explain how does this differ from Python's (or Node's)? How come Python (and Node) needs explicit awaits but Ruby seems to "just work"?
Re: Ruby 3.0.0 RC1
#8Re: Ruby 3.0.0 RC1
#9I've been writing Python for close to a decade off and on. I'm just now dipping my toes into Ruby and have found it quite fun- excited to dig deeper into this and Rails :D
Rails is good, but the ecosystem beyond Rails is better in many cases.
Re: Ruby 3.0.0 RC1
#10The concurrency stuff is cool but I can't really comment on it, my rule is "if you're going to even think about threads, just use Java or go" since concurrency is so nice there.
I really wish ruby had won over python as the "general purpose scripting language", I like it better. For example, I wish all the "big data" tooling was written in Ruby. But python is just the lingua franca. PySpark, Pandas, Airflow, etc are all python. I'm not really going anywhere with this, just lamenting I don't get to do more Ruby in my day job. I recently switched to writing python at home just because my productivity is so much better because I've memorized the standard library better from using it for years at work.