kab012345 0 Report post Posted September 27, 2007 (edited) What are some good Mac Programming Languages? I have a friend from school who is like obssed with Mac and Linux (And thinks windows sucks when it doesn't ), and it would be cool if I could learn some Mac Programming languages aside from what I already know about Programming, so I could make some cool programs for mac too, show off, and beat him at his own game. Also, do you know any good Linux Programming Languages? Thanks - kab012345 Edited September 27, 2007 by kab012345 (see edit history) Share this post Link to post Share on other sites
suberatu 0 Report post Posted September 30, 2007 You could always use Java (for any OS), seeing as how it is platform-independent. The way it works is that when you download the Java Runtime Environment, and run Java code, the code (bytecodes) is interpreted line by line as it runs it. Therefore, Java programs can be run on any system, so you (or your friend) might want to take a look at it if you don't already know it. Share this post Link to post Share on other sites
galexcd 0 Report post Posted October 1, 2007 (edited) Virtually all popular programming languages nowadays will run on any platform. Most common langauges taht would work on any system would be java, c++, and basic. I would suggest a compiler that can export to a .app file if your trying c++. I'd suggest xcode, but that is only for macs. You might just have to send him the code and have him compile and execute it.Besides, your friend is right about mac. It owns! Edited October 1, 2007 by alex7h3pr0gr4m3r (see edit history) Share this post Link to post Share on other sites
8bit 0 Report post Posted November 17, 2007 I'm pretty sure Objective-C is a pretty big thing on Mac OS. It's like C++ and Java. Try googling it. Share this post Link to post Share on other sites
Above The Rest 0 Report post Posted November 17, 2007 I recommend avoiding Java at all costs since it's basically the worst thing ever. Share this post Link to post Share on other sites
8bit 0 Report post Posted November 17, 2007 Java has its advantages and disadvantages. If he likes it, why shouldn't he program with it? Most Java applets are cross-platform if not all. Also, if he happens to like to program in it then enjoy the product, why shouldn't he? Share this post Link to post Share on other sites
Xarex 1 Report post Posted April 4, 2011 If you want to get into authentic Mac programming, download xCode 4: https://developer.apple.com/xcode/ Also look into Cocoa development. Share this post Link to post Share on other sites