Regarding Java vs. Obj-C: The reality of the market is that there are three primary platforms - Windows, Mac, and Linux. In order to reduce development and service costs, you wan…
Register as an Apple Developer with the free Online Membership! You will be able to download the Developer Tools to work with the MacOS X beta. The Public Beta does not include t…
Apple has been pushing Carbon as an transitory technology but they really should not be. Carbon is maturing into a lot more than a simple way to move OS9 apps to OSX. The develop…
I just wanted to let you guys know that the sun java tools/compiler is included with the public beta, so if you can bear the command line, you can start out developing in java with…
Carbon is the traditional MacOS 8/9 API updated for OS X. For a new programmer it has a steep learning curve.
Cocoa is the traditional NeXTStep API updated for OS X. Cocoa is also…
Slider wrote (way up in this thread):
Quote:
OK, what would you recommend I use to learn UNIX on my Mac? I would be starting from scratch.
I'm in somewhat th…
I figured that I would chime in on these developer comments here. I just got into programing near the begining of this year. Therefore, I'm not an expert, feel free to correct me i…
One of the main advantages of Cocoa\Objective C is that it turns the whole OS into something similar to Lisp\Smalltalk machines. In those machines, since everything is an object i…
My personal favorite would be REALbasic. Right now it compiles for Classic, Carbon, and Windows (although Windows is a bit rocky). They are working on full support for MacOS X. It'…
Several people suggested getting one's feet wet in the Unix waters by installing and playing with Linux. Linux is fine, but FreeBSD would be better.
OSX uses as its core the Mac…
BTW- Thanks to everyone who has posted their comments. This has become a great resource to me, as I had also been curious about Cocoa.
I believe that the ongoing success of the Ma…
Another approach may be to try http://www.codewarrioru.com/CodeWarriorU/
I have never taken their programming coarses but they may be helpful and it is totally free.
Free is goo…
It seems to me that the first step to learning to program is learning the basic concepts and structures used in programming- variables, repeat loops, if-then statments, eventually …
If you want to get into programming and learn how to think objects, then REALbasic (www.realbasic.com) is a good way to go, but it does have fundamental stability problems. I have …
Thank you everyone for your replies to this post. I have just received VPC Linux from outpost and am waiting for the books. I have saved all of your links an have already visited…
Quote:
Originally posted by an on:
Consider Photoshop. It started out as a MacApp application. But as the company grew, they had to own more of the code -- and ditched …
Quote:
Originally posted by Jekyll:
Java is what you should use on Mac OS X.
The complete Java Development Kit for Java 2 is on there, you get the Aqua inteface for fre…
Quote:
Originally posted by slider:
If I wanted to learn to write code for the next OS, should I pick-up code warrior for the current OS or learn UNIX, or both. I have …
Quote:
Originally posted by tombarta:
I'd go simpler still: learn to write tight, complete Applescript. If you hate Applescript, programming in general will probably not…
Quote:
Originally posted by aaron from blackholemedia:
Apple has been pushing Carbon as an transitory technology but they really should not be. Carbon is maturing into …
Quote:
Originally posted by rodrigo_la:
The only thing about Real Basic is that it creates HUGE files, doesn't it? Ive been shocked to find 9MB Real Basic Apps.
I'd…