Example OCaml/Ruby extension Library Instructions Recently there has been quite a bit of discussion on comp.lang.ruby about using OCaml libraries with Ruby. This would provide a way to use a "safe" garbage collected language that is almost as fast as native C to write extension libraries for Ruby. Disclaimer: This is prototype code only! Much work would need to be done in order for this to be gen