Live data from Hacker News

WebAppKit - create web applications using Cocoa

webappkit.org

1–10 of 46 posts

Re: WebAppKit - create web applications using Cocoa

#3
Boy, I really don't know.

I've actually enjoyed using Objective-C and Cocoa when used for Mac OS/iOS development (the dynamicity of Smalltalk data structures with the control flow of C), but I don't think I'd ever voluntarily choose it outside that context. Too verbose, too fragile.

Re: WebAppKit - create web applications using Cocoa

#5
post #4

I'd love to see a good implementation of the opposite -- creating Cocoa apps using web technologies.

Like Appcelerator's Titanium? [1] Doesn't exactly create very "classic" Cocoa apps, but considering the App Store, Lion etc, that seems to be the way that Mac Apps are going anyway, i.e. looking like you were born on the web or on an ipad won't hurt your sales that much, if at all. (Not too fond of that myself, but well…)

Look at Wunderlist as one example[2].

[1]: http://www.appcelerator.com/products/titanium-desktop-applic...

[2]: http://www.6wunderkinder.com/wunderlist/

Re: WebAppKit - create web applications using Cocoa

#6

Cool. Anything similar for *nix and Windows? I'm fairly certain you can embed WebKit in GTK - in fact, I think that's functionality exposed by the API. I'm not sure to what extent it's supported with other language bindings, though.

I'm fairly certain that this isn't related to WebKit at all... just similar names.

Re: WebAppKit - create web applications using Cocoa

#10
post #7

Isn't this what Cappuccino[1] already does with Objective-J? 1. http://cappuccino.org

Not really , Cappuccino focus consists in bringing the whole Cocoa/Objective-C style to front-end development (actually you can run Objective-J on the server too). On the other hand, WebAppKit goal seems to be using Objective-C in the backend
Post reply on HN