Category

Ruby

4 posts

Spinel: Matz's Native Compiler for Ruby

Yukihiro “Matz” Matsumoto, the creator of Ruby, is working on Spinel — an ahead-of-time (AOT) compiler that transforms Ruby source code into …

Notes on: Ruby Is the Best Language for Building AI Apps

Carmine Paolino makes a compelling case that Ruby is the best language for building AI applications in 2026 — not because of ML training (that’s …

Installing Ruby using chruby and ruby-install

Every Ruby developer will most likely be using a Ruby version manager. The most popular ones are: RVM, rbenv, and chruby. You can use whatever makes you happy. …

Setup Rails using chruby and ruby-install

Note: Check the updated version of this post: Installing Ruby using chruby and ruby-install. Here are the steps to install and set up Ruby and Ruby on Rails on …