|
-
Aug 18th, 2009, 11:37 AM
#1
Thread Starter
Addicted Member
Good language for apple computer
Dear member,
I am starting a new project that is to be installed in apple computer. I am used to windows environment. I am looking for programming language for the project. I write C++ and was wondering if this language can be written, run and installed in apple computer. Pls feel free to recommend other languages.
Your insight will be highly appreciated.
AL
-
Aug 18th, 2009, 11:54 AM
#2
Re: Good language for apple computer
When you say "Apple" ... what do you mean exactly... do you mean a Mac? Or are you talking about an honest to goodness older Apple?
-tg
-
Aug 18th, 2009, 12:05 PM
#3
Re: Good language for apple computer
It really doesn't matter. You just need a compiler/run time/virtual machine that runs on the Mac for the language. But if you want what has the best support for a Mac specifically, then you should be using Objective-C so you can esaily take advantage of Cocoa frameworks and the Interface Builder that comes with XCode.
-
Aug 18th, 2009, 12:29 PM
#4
Thread Starter
Addicted Member
Re: Good language for apple computer
 Originally Posted by techgnome
When you say "Apple" ... what do you mean exactly... do you mean a Mac? Or are you talking about an honest to goodness older Apple?
-tg
I Mean Mac
Al
-
Aug 18th, 2009, 12:33 PM
#5
Thread Starter
Addicted Member
Re: Good language for apple computer
 Originally Posted by Cander
It really doesn't matter. You just need a compiler/run time/virtual machine that runs on the Mac for the language. But if you want what has the best support for a Mac specifically, then you should be using Objective-C so you can esaily take advantage of Cocoa frameworks and the Interface Builder that comes with XCode.
Thanks for you insight do, you know any good book on object C?
-
Aug 18th, 2009, 12:37 PM
#6
Re: Good language for apple computer
 Originally Posted by alobi
Thanks for you insight do, you know any good book on object C?
This one is widely considered to be the best.
http://www.amazon.com/Cocoa-Programm...616909&sr=8-21
Also http://developer.apple.com has plenty of documentation and examples as well as the free download of the XCode IDE. Sign up required, but free.
Another good reason to go with Objective-C and Cocoa is that the iPhone/iPod Touch SDK is pretty much exactly the same as coding for OS X so you will be able to easily transition to writing apps for those as well once you get a handle on the language/framework.
Last edited by Cander; Aug 18th, 2009 at 12:40 PM.
-
Aug 18th, 2009, 08:53 PM
#7
Re: Good language for apple computer
One more resource for you.
http://www.cocoacast.com/?q=blog/1
They have some useful screencast videos on many Cocoa programming topics that you might find helpful. It helped me get through some rough spots in learning
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|