Does lonely operator support safe navigation in case of method calls with params too? obj&.foo(1)&.bar(2)&.zoo
Ruby 2.3.0 Released
11–20 of 73 posts
[deleted]
Re: Ruby 2.3.0 Released
#12It's really great to see that with every big release, Ruby is making the language even more pleasant to use in addition to the regular performance improvements.
Ruby just keeps getting better and better.
Re: Ruby 2.3.0 Released
#13nobody noticed the bytecode section?
Re: Ruby 2.3.0 Released
#14Ah, YARV finally adds bytecode compilation and loading as an "experimental" feature. It'll be interesting to see what people do with it.
Re: Ruby 2.3.0 Released
#15Interested to see how people start using safe navigation! I personally tend to avoid `try` in Rails in favor of other `nil` handling patterns.
Re: Ruby 2.3.0 Released
#16Fun fact: Ruby 1.0 was released 19 years ago on this day.
Re: Ruby 2.3.0 Released
#17with the existence of Perl6, Clojure, F#, Rust, Go, and few others ...
For someone who doesn’t know Ruby, why learn it today?
Re: Ruby 2.3.0 Released
#18with the existence of Perl6, Clojure, F#, Rust, Go, and few others ... For someone who doesn’t know Ruby, why learn it today?
It's still one of the most terse and transparent languages around, plus there are tons of jobs for working with it.
I quite like Go, Python, TypeScript, etc but Ruby is in a league of its own when it comes to short and sweet. It's a pleasure to write.
Re: Ruby 2.3.0 Released
#19Re: Ruby 2.3.0 Released
#20Anyone knows if Ruby has accepted IBM's contribution of JIT for Cruby??
https://news.ycombinator.com/item?id=10715610
And below is the Presentation from Ko1 on compiling Ruby