• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: CodeWarrior vs. Xcode?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CodeWarrior vs. Xcode?


  • Subject: Re: CodeWarrior vs. Xcode?
  • From: Bob Ippolito <email@hidden>
  • Date: Tue, 20 Apr 2004 09:36:04 -0400

On Apr 20, 2004, at 8:55 AM, David Feldman wrote:

For those interested in speed comparisons of various programming languages:

http://www.bagley.org/~doug/shootout/craps.shtml

Too bad Objective-C's not in there.

Won't these vary a bit based on other factors, though? For example, I suspect JavaScript as interpreted by Mozilla is a bit faster than JavaScript as interpreted by IE.

Any speed test that puts gcc on top is worthless, anyway :)

Nearly all software is primarily I/O bound these days anyway. It doesn't really matter if your program takes 1 or 50 msec (dramatized for effect) to handle some event, the user isn't going to notice. And as I said, when you do have a situation where a particular part of your application is CPU bound, then write that small portion in a language that optimizes that kind of scenario well (C, ObjC, Fortran, ...) and link it in to your agile development language (Python, Ruby, Lua, ...) as an extension.

-bob
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.


References: 
 >Re: CodeWarrior vs. Xcode? (From: Ruslan Zasukhin <email@hidden>)
 >Re: CodeWarrior vs. Xcode? (From: "M. Uli Kusterer" <email@hidden>)
 >Re: CodeWarrior vs. Xcode? (From: David Feldman <email@hidden>)
 >Re: CodeWarrior vs. Xcode? (From: Bob Ippolito <email@hidden>)
 >Re: CodeWarrior vs. Xcode? (From: p3consulting <email@hidden>)
 >Re: CodeWarrior vs. Xcode? (From: David Feldman <email@hidden>)

  • Prev by Date: execute system commands
  • Next by Date: Re: [little OT] Licensing/Implementing in Cocoa/Obj-C
  • Previous by thread: Re: CodeWarrior vs. Xcode?
  • Next by thread: Array controller?
  • Index(es):
    • Date
    • Thread