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

3

6

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.

Hexagon answered 9/1, 2010 at 16:55 Comment(0)
M
6

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.

Magritte answered 10/1, 2010 at 15:12 Comment(0)
L
10

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.

Lyingin answered 13/1, 2010 at 7:15 Comment(0)
M
6

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.

Magritte answered 10/1, 2010 at 15:12 Comment(0)
U
2

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.

Usia answered 11/1, 2010 at 18:52 Comment(1)
The jake docs / doxygen documentation is less than useful. Methods missing for all the common classes (Check out CPString).Benbena

© 2022 - 2024 — McMap. All rights reserved.