jRuby Running a Ruby Application with jruby-complete In a JRuby project, it’s easy to run Ruby programs without installing Ruby. All you need is a JVM runtime and jruby-complete.
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.
Project Stories Ruby for Desktop Applications? Yes we can. We love Ruby and how much can be accomplished in a short time with it. With JRuby and 12-ish months we created a complex desktop application, able to run on Windows, Mac, and Linux
jRuby Desktop Application Development in JRuby Is JRuby a realistic candidate for authoring complex desktop applications? Yes.
Ruby Ruby String#split Taking a string and splitting it with a delimiter is a very common task in Ruby.
Embedded Systems CMock – (Ruby Based) Mock Tools for C With this set of tools, we’ve made C one of the simplest languages for doing test-driven development.