faqts : Computers : Programming : Application Frameworks : Macintosh : Cocoa

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

6 of 8 people (75%) answered Yes
Recently 6 of 8 people (75%) answered Yes

Entry

What language are Cocoa applications written in?

Apr 30th, 2002 13:27
Christopher Holland,


Either Java or Objective-C.
Objective-C is the "native" language of Cocoa, but most of the 
functionality can be accessed through the Cocoa Java API.
Although, you can call C, C++, or Java code from your Objective-C.