From: Rod S. <rsc...@xm...> - 2002-09-30 05:52:45
|
Does RubyCocoa let you call ruby using objective-C syntax? For example, say you have the following class: class Hello def sayHello "Hello" end end From an Objective-C class can I do the following (or something similar): id hello = [Hello alloc] initialize]; NSLog(@"%@", [hello sayHello]]; I don't think RubyCocoa does this, because it's the opposite of what it is designed for. Is there perhaps another project that is working on this? Rod Schmidt infiniteNIL Software www.infinitenil.com |