Show Nav
 
Featured

Pry Yourself Away from IRB

Pry features syntax highlighting, a flexible plugin architecture, runtime invocation and source and documentation browsing.
All Posts
Ruby

Making Friends with FFI

If you want your C code to play nicely with the other VMs out there, then FFI (foreign function interface) is the answer.