You are currently browsing the archives for the Newbies category.

Posted on February 8, 2010 at 11:36 am

Objective-C Crash Course for PHP developers

First and foremost, Objective-C is a compiled language, whereas PHP is a scripted language. Objective-C requires compiling into a binary before it is executed. There is no need to compile PHP, as the script is interpreted at run-time.