From: S. W. <sbw...@ya...> - 2009-02-10 09:34:06
|
I want to call back and forth between Ruby and ObjC objects, I've figured it out in a basic way and posted it here: http://simonwoodside.com/weblog/2009/2/10/wondeful_joy_mix_ruby_and/ However, it would be nice if on the ObjC side I could actually declare objects of a type defined on the Ruby side instead of using "id"... and have the compiler, or at least just the linker understand that. Does anyone know if it's possible? --simon PS sorry for cross-posting with the google group, but i realized that it doesn't seem to be active. |