View Full Version : language programming for mac
alix
Apr 23, 2009, 09:42 AM
Hi All
What is base language programming for Apple Macintosh ?
but I confused to know that , but any own say C and anyone say C++ another python so I confused but this language base for Microsoft and this not Apple languages !
please help me !:apple:
yellow
Apr 23, 2009, 09:44 AM
Most any will work, C, C++, but I think the primary now is Objective-C?
angelwatt
Apr 23, 2009, 09:59 AM
Most programming languages work on Mac as well as Windows. Mac has Python installed by default. Apple also supplies the Developer Tools which give you the ability to compile and run C/C++ apps as well as for other languages.
Not sure if that answers your question as your question wasn't phrased in a meaningful way.
GorillaPaws
Apr 23, 2009, 10:27 AM
Cocoa Apps are written in Objective-C. You can use other languages on the Mac, but if I were to pick a "base language" for the modern Mac, it would be Objective-C.
saurabhshukla
Apr 23, 2009, 10:59 AM
Mac supports near about all languages as windows but base language is Objective C. Even Mac OS is in Objective C.
bkap16
Apr 23, 2009, 08:56 PM
Mac supports near about all languages as windows but base language is Objective C. Even Mac OS is in Objective C.
That's not quite true. Cocoa, the new application framework, and the applications that use it are the only parts implemented in Objective-C. The XNU kernel is written in C++ and Finder is still written with the Carbon framework, which is plain C.
saurabhshukla
Apr 24, 2009, 02:18 AM
That's not quite true. Cocoa, the new application framework, and the applications that use it are the only parts implemented in Objective-C. The XNU kernel is written in C++ and Finder is still written with the Carbon framework, which is plain C.
Thanks to upgrade me.
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.