Re: creating classes on the fly ??
Re: creating classes on the fly ??
- Subject: Re: creating classes on the fly ??
- From: Scott Thompson <email@hidden>
- Date: Wed, 26 Sep 2007 13:12:04 -0500
On Sep 26, 2007, at 12:50 PM, Daniel Child wrote:
Sorry for basic questions, but I've never looked into using an
alternate language like Python. Would I be able to make C-language
Carbon calls as well, all from within the same project?
Just speculating here, never having done it myself, but tools like
PyObjc, in spite of having Objective-C in the name, allow you to
communicate with application frameworks on Mac OS X through Python.
Those same frameworks contain C routines as part of their interfaces
so it makes sense that (through some mechanism) you should be able to
call arbitrary C routines from Python.
Scott
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden