Re: FW: Objective C vs. Java
Re: FW: Objective C vs. Java
- Subject: Re: FW: Objective C vs. Java
- From: "Sven A. Schmidt" <email@hidden>
- Date: Thu, 10 May 2001 17:09:25 +0200
On Donnerstag, Mai 10, 2001, at 04:42 Uhr, Kevin Murray wrote:
Does anyone have any logical or illogical reasons to prefer Java or
Objective-C for Cocoa development?
I'd vote for Obj-C. I had first written my CronniX app (a crontab gui)
in Java and rewrote it in Obj-C for it's faster start-up. While that's
about the only performance issue you'll have with an small app like
CronniX, I'm pretty sure that for bigger projects that do graphics
and/or number crunching you should go for Obj-C.
I guess the only thing going for Java (generally) is its portability but
since you'll be using the Cocoa frameworks you're done with that, too.
Sven