How well documented is Objective-J? Is the documentation sufficient to use it seriously?

I am considering using Objective-J instead of writing simple JavaScript. But I wonder if the language documentation and framework are enough, as this seems like a very young development.

+6
javascript cappuccino objective-j
source share
3 answers

Tried it for future development. One thing is certain, it is for web applications, not websites.

There is currently no documentation, I think, but the mailing list is active. The only documents and howtos that I can find are on the official website.

A very young development indeed.

+6
source share

The API is also the same as Cocoa, so, for example, browsing on developer.apple.com for NSView would be suitable as documents for CPView.

+10
source share

Cappuccinos documentation is created using doxygen , and you can always call jake docs to create a local copy.

Definitely look at the mailing list.

+2
source share

All Articles