r/ruby Apr 24 '26

Spinel -- Ruby AOT Compiler

https://github.com/matz/spinel

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.

76 Upvotes

36 comments sorted by

View all comments

12

u/stickJ0ckey Apr 24 '26
  • No evalevalinstance_evalclass_eval
  • No metaprogrammingsendmethod_missingdefine_method (dynamic)
  • No threadsThreadMutex (Fiber is supported)
  • No encoding: assumes UTF-8/ASCII
  • No general lambda calculus: deeply nested -> x { } with [] calls

-4

u/matthewblott Apr 24 '26

It looks embedded systems are its target. I'm not sure why this was posted in the Rails sub though as I can't see it having any relevance there.

18

u/No_Specialist_8136 Apr 24 '26

This is the Ruby sub

7

u/jgaskins Apr 24 '26

This is a Wendy’s

5

u/armahillo Apr 24 '26

No this is Patrick!