• 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: Java vs. Objective-C for Cocoa
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Java vs. Objective-C for Cocoa


  • Subject: Re: Java vs. Objective-C for Cocoa
  • From: Roarke Lynch <email@hidden>
  • Date: Sun, 24 Apr 2005 22:58:41 -0400

NSString *myStupidExample = @"MyCoolDocu";
myStupidExample = [myStupidExample stringByAppendingString:@"ment"];
id myDoc = [[NSClassFromString(myStupidExample) alloc] init];

Kinda contrived, but I guess it /could/ be possible. :)


Yeah, but just like alot of other arguments going on in this thread, i think we all petty much know that a PERFECT tool will not be efficiently possible for Obj-C, there are to many (normally useful) cases that depend too much on the the runtime context. But I think that having some sort of tool that _could_ do the bulk of the clear-cut work for you would be nice. Saying that, I must must also agree with whomever said this earlier, that if you take a bit of extra time at the get-go and proscribe names in your code that make sense, you won't have to deal with this too much.

Roarke Lynch
-------------------------------
email@hidden

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Java vs. Objective-C for Cocoa (From: "Zacharias J. Beckman" <email@hidden>)
 >Re: Java vs. Objective-C for Cocoa (From: Rick Kitts <email@hidden>)
 >Re: Java vs. Objective-C for Cocoa (From: John Stiles <email@hidden>)
 >Re: Java vs. Objective-C for Cocoa (From: "Zacharias J. Beckman" <email@hidden>)
 >Re: Java vs. Objective-C for Cocoa (From: Rick Kitts <email@hidden>)
 >Re: Java vs. Objective-C for Cocoa (From: Ondra Cada <email@hidden>)
 >Re: Java vs. Objective-C for Cocoa (From: "Zacharias J. Beckman" <email@hidden>)
 >Re: Java vs. Objective-C for Cocoa (From: Todd Blanchard <email@hidden>)
 >Re: Java vs. Objective-C for Cocoa (From: Jonathon Mah <email@hidden>)

  • Prev by Date: Binding an NSMenuItem in an NSPopUpButton
  • Next by Date: Re: Setting a blank ("") argument in NSTask
  • Previous by thread: Re: Java vs. Objective-C for Cocoa
  • Next by thread: Re: Java vs. Objective-C for Cocoa
  • Index(es):
    • Date
    • Thread