NSLog(@”Hello world!”);
The funny thing is that I almost never needed to use this during my internship… guess there is a reason the Mac is so GUI oriented. The Apple developer site is kinda nice, but personally there is just too much text 🙂 Then again, maybe I’m just used to MSDN and its tiny-tiny but info packed snippets of code. XCode may seem rather plain at first sight, but its pretty good. The only down-side as of now is that you need a Mac to run it… and no, there is no “easy” way to run it on a VM. The NS is common to a lot of commands/methods/frameworks – stands for NextStep.
Oh, and just in case you were wondering that is cocoa – aka Objective-C.
Advertisements
Leave a Reply