Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How well is Objective-J documented? Is the documentation good enough to start using it seriously?

I consider going with Objective-J, instead writing plain JavaScript. But I wonder if the documentation of the language and the frameworks is good enough, since it seems like a very young development.

like image 933
openfrog Avatar asked Jan 09 '10 16:01

openfrog


3 Answers

The API is also the same as Cocoa, so for instance, looking at developer.apple.com for NSView will be suitable as docs for CPView.

like image 55
Francisco Ryan Tolmasky I Avatar answered Nov 04 '22 11:11

Francisco Ryan Tolmasky I


Been trying it for future development. One thing for sure, it is intended for web "apps" instead of web "sites".

Documentations are lacking at this moment I think but the mailing list is active. The only docs & howtos I can find are in the official site.

Very young development indeed.

like image 6
edthix Avatar answered Nov 04 '22 12:11

edthix


Cappuccino’s documentation is generated with doxygen and you can always summon jake docs to build a local copy.

Definitely look into the mailing list.

like image 2
Evadne Wu Avatar answered Nov 04 '22 10:11

Evadne Wu