| Blog | # of Comments |
|---|---|
| The Unofficial Apple Weblog (TUAW) | 4 Comments |
| Engadget | 1 Comment |
| Engadget Mobile | 1 Comment |
Now that we've thrown 'em off the trail, use the form below to get in touch with the people at Engadget. Please fill in all of the required fields because they're required.
Objective-J is an implementation of Objective-C for JavaScript. Cycript is a binding from JavaScript to Objective-C.
Objective-J is used to write applications in web browsers using Objective-C semantics and syntax. Cycript is used to write actual iPhone and Mac OS applications using Objective-C libraries from the host language of JavaScript.
The only things they have in common are that they both involve JavaScript and Objective-C, but even the specific meaning of Objective-C is different in both cases.
If you want to ask "how is this different than ", you should be talking about JSCocoa, which solves much the same need (although has different initial design decisions, as discussed on the Cycript website).