
u/software__writer

Just came across this old article from Mike Perham (creator of Sidekiq), and it was such a good post I had to share it here.
u/software__writer — 17 days ago
▲ 68 r/ruby
Spinel compiles Ruby source code into standalone native executables. It performs whole-program type inference and generates optimized C code, achieving significant speedups over CRuby.
Spinel is self-hosting: the compiler backend is written in Ruby and compiles itself into a native binary.
u/software__writer — 28 days ago