Objective-PHP is a port of the Objective-C (or Objective-J runtime to PHP. This adds the language features of Objective-C nestled nicely inside the syntax of Objective-C.
Moka is a port of the Apple Cocoa Frameworks (or Cappuccino).
What are the differences between Objective-PHP and Objective-J?
If you are coming from an Objective-J background you should read this list. I want this list to a detailed an exhaustive list of differences so please Contact me if anything is missing.
- In Obj-J Javascript types are toll-free bridged to Cappuccino equivalents. Unfortunately in PHP the native types are not objects (in this sense PHP is much less OO than JS) and so such simple toll-free bridging is not possible. In this sense Moka is more like Cocoa than Cappuccino.
Document status: INCOMPLETE for current version.