This week's Ruby news, issue 410
▶ Matz on Ruby After 25 Years — The creator of Ruby (Yukihiro 'matz' Matsumoto) reflects on Ruby's past and looks to its future in the shape of Ruby 3.0. Yukihiro Matsumoto | user = { id: 1, name: "homu", age: 14 } { age: (1..20) } === user # => true { name: /^h/ } === user # => true | Generating Random Numbers in Ruby — There's a lot more to random number generation than you might think, especially if you want reproducible sequences or normal distributions. Joyce Echessa | Evaluating Scala and Sticking with Ruby — It's uncommon to see a post about someone choosing Ruby over another (especially functional) language, but this author didn't see a compelling reason to jump. Timothy Mukaibo | Send Emails with Style in Rails — Most of us had already at some point to deal with the pain of sending HTML formatted emails using Rails. Here's a few gems that help (mostly with CSS.) Imaginary Cloud | Bringing Fibers to TruffleRuby — Addressing one of the few areas that TruffleRuby lagged MRI, a new JVM technology allows fibers to execute much more efficiently. Chris Seaton | |
No comments:
Post a Comment