I find it difficult to understand how to use Cocoa with C or Perl.
Background: I saw that in several places it was mentioned that the Mac Cocoa API can be used with C, Perl, etc., but I did not find any information on how to do this. I also found a couple of articles that say Cocoa can only be used with Objective-C.
I saw CamelBones for Perl, but it looks like I have to use Xcode and a fair amount of Objective-C to use it.
Are there any resources for building a Cocoa application using only the C compiler and text editor?
source
share