Search: :([^s:@]+)s*=>s* Replace: 1:
Tag: ruby
My Experiences with Rubinius
Rubinius is an implementation of the Ruby language spec. I’ve been using it recently for a project, and I’ve been liking it so far. Here’s a few thoughts I’ve been having while using it. Philosophy The Core Rubinius, in its core, is written in C++ and uses LLVM (Low Level Virtual Machine). Without getting too… Continue reading My Experiences with Rubinius