Ruby 2.5.0 Released
ruby-lang.org
Ruby 2.5.0 Released
1–10 of 113 posts
Re: Ruby 2.5.0 Released
#2Congrats and thanks to all the core devs! :-)
Re: Ruby 2.5.0 Released
#3ᴵᴵᴵᴵᴵᴵᴵᴵᴵᴵᴵᴵᴵwww.bosscyber.comᴵᴵᴵᴵᴵᴵᴵᴵ
Re: Ruby 2.5.0 Released
#4Ruby is a joy to use.
Re: Ruby 2.5.0 Released
#5Re: Ruby 2.5.0 Released
#6Ruby may not be the cool thing in town it once was, but it remains my preferred language for prototyping ideas - purely because of its elegance and expressivity. It truly delivers on its fundamental goal of "developer happiness". A lot of ideas from Ruby have gone to other languages (CoffeeScript, Elixir) and many web frameworks are modelled after Rails. Congrats and thanks to all the core devs! :-)
Re: Ruby 2.5.0 Released
#7For the cases where you have a tight loop taking up 99% of the actual CPU time it is also relatively easy to hook in C or Rust or whatever. Also, sometimes you hit hardware performance limits regardless of the language you use. We have some streaming download servers written for 99% in Ruby using the libCurl bindings that and they easily manage to fill up the 5 Gbps pipe* per server that AWS gives us.
* You can get 20 Gbps for some instances, but only to other instances in the same group. The biggest to the 'outside' seems to be 5 Gbps.
Re: Ruby 2.5.0 Released
#8rescue on do blocks!!! Wooooo. Merry Christmas! Ruby is a joy to use.