Hi all, I am thinking about writing some bindings to enable basic objc operations (insanciation and method call) from a Scheme interpreter (Bigloo), so I was wondering how to call objc code from C code.
I do not want to use the C runtime functions as GNU and Apple runtimes have some API differences. I would need the following function: - Represent a Class in Scheme - Represent an id in Scheme - Represent a selector in Scheme Any ideas ? -- Sebastien _______________________________________________ Help-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-gnustep
