Results 1 to 7 of 7

Thread: Good language for apple computer

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Dec 2007
    Posts
    204

    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

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    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
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913

    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.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Dec 2007
    Posts
    204

    Re: Good language for apple computer

    Quote Originally Posted by techgnome View Post
    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

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Dec 2007
    Posts
    204

    Re: Good language for apple computer

    Quote Originally Posted by Cander View Post
    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?

  6. #6
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913

    Re: Good language for apple computer

    Quote Originally Posted by alobi View Post
    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.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  7. #7
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913

    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
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width